Title: Another one memory leak

Berin,

        VC6 debugger reports memory leak here:

xml-security-c-1.1.0\src\dsig\dsigsignature.cpp(546)
XSECnew(mp_signedInfo, DSIGSignedInfo(mp_doc, mp_formatter, mp_env));

        It seems that you have allocated memory twice for mp_signedInfo (createBlankSignature() and load() functions) and released it only once in destructor. In my case both createBlankSignature() and load() functions are called.

Best regards,
Milan

Reply via email to