John wrote:
in PR_FREEIF(aData) in fact it call c lib function free(). But I think here the void * comes from operator new. If I replase it with delete aData;
Yeah, looks like it should use operator delete. However, you need to cast the pointer to the real type I think, so that the right destructor can be called. I filed https://bugzilla.mozilla.org/show_bug.cgi?id=296522
smime.p7s
Description: S/MIME Cryptographic Signature
