[Bug 20549] New: secur32 memory leak on exit?

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 1 14:19:55 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20549

           Summary: secur32 memory leak on exit?
           Product: Wine
           Version: 1.1.32
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Keywords: download
          Severity: normal
          Priority: P2
         Component: secur32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


Valgrinding the chromium net_unittests (particularly, the ftp and http tests)
yields definite leak reports like this:

664 bytes in 1 blocks are definitely lost in loss record 864 of 968
   at malloc (vg_replace_malloc.c:195)
   by 0x101657FF: ???
   ...
   by 0x100F0324: ???
   by SECUR32_initSchannelSP (schannel.c:1376)
   by SECUR32_initializeProviders (secur32.c:559)
   by DllMain (secur32.c:1178)

This doesn't seem like a big deal, but it is a bit of a mystery,
since the DLL clearly tries to free that memory on unload.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list