Each time I call PORT_Free() I got this run-time exception in my VC6 
debugger:

HEAP[firefox.exe]: Invalid Address specified to RtlFreeHeap( 002C0000, 
000AFF70 )

For example:

char * cn = CERT_GetCommonName(&(cert->subject));
...
if (cn)
        PORT_Free(&cn);

What I am doing wrong? 


_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to