[Bug 36419] valgrind shows a possible leak in oleacc/tests/main.c

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 8 08:23:09 CDT 2014


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

Piotr Caban <piotr.caban at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piotr.caban at gmail.com

--- Comment #1 from Piotr Caban <piotr.caban at gmail.com> ---
There's no real leak here (there's no need to free memory on process exit).

In this case you can't temporarily disable "reserved" parameter checking in
DllMain. It causes winex11.drv to be loaded while process is getting destroyed.
I don't know if it's a real issue.

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