- xmlsec.xmlSecInit() - xmlsec.xmlSecCryptoDLInit() - xmlsec.xmlSecCryptoDLLoadLibrary('mscrypto') - xmlsec.xmlSecCryptoAppInit('MY') - xmlsec.xmlSecCryptoInit()Everything else is on a request-by-request basis including: - libxml2 parsed docs - keysMngr - keyStore - dsig context - enc context And all are being free'd or Destroyed using: - libxml2.xmlFreeDoc - xmlsec.xmlSecDSigCtxDestroy(context) - xmlsec.xmlSecKeysMngrDestroy(mngr) - xmlsec.xmlSecKeyStoreDestroy(store)
BTW, are you using Python? If "yes" then you might want to check how does python do memory management on Windows. It might not be a real leak but "normal" behavior. Aleksey _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
