https://bugs.winehq.org/show_bug.cgi?id=36601
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e1dbfb762c5991bba130bceb5f9 | |ddfe35ff92def Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Jacek Caban from comment #1)
I sent a patch for the first leak:
https://source.winehq.org/git/wine.git/commitdiff/e1dbfb762c5991bba130bceb5f...
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?
I've marked it as intentional, thanks.