[Bug 20548] Memory leak in pending overlapped I/O?

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 11 05:39:32 CST 2009


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





--- Comment #3 from Alexandre Julliard <julliard at winehq.org>  2009-11-11 05:39:32 ---
The memory is freed once the user APC routine is called. If the app exits
without doing an alertable wait then it won't get freed. Fixing this would be
quite complicated since we can't free memory inside a signal handler.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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