[Bug 36601] valgrind shows a definite leak in wininet/tests/internet.c

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 24 05:32:33 CDT 2014


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

Jacek Caban <jacek at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jacek at codeweavers.com

--- Comment #1 from Jacek Caban <jacek at 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?

-- 
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