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@winehq.org ReportedBy: dank@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.