http://bugs.winehq.org/show_bug.cgi?id=36601
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- I sent a patch for the first leak:
http://source.winehq.org/patches/data/105716
The second one is not a real one. We free this on DLL unload, but not on process unload. That's by design. I believe that many other DLLs have similar cases. Maybe we should always pretend regular unload when ran on Valgrind?