[Bug 38440] valgrind shows a definite leak in comdlg32/filedlg

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 26 15:53:39 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38440

Sebastian Lackner <sebastian at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian at fds-team.de

--- Comment #3 from Sebastian Lackner <sebastian at fds-team.de> ---
I've looked at the problem in wscript and there is nothing to fix. Valgrind
thinks the memory is lost because there is no pointer to the allocated memory
in the process itself, but the wineserver still has a pointer (because of the
queued APC). So basically a limitation of Valgrind.

I am not sure whats the best way to get rid of these warnings, blacklisting
them all manually seems a bit complicated, and similar problems might also
occur in ws2_32 with async io structures. On the other hand, updating something
like a linked list with pending async IOs is a bit complicated, when it just
has the purpose to make Valgrind happy. Anyone has a better idea?

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