[Bug 10111] WINEDEBUG=warn+heap "make test" has heap error in comdlg32/ tests/printdlg.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 25 02:37:16 CDT 2008


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


Marcus Meissner <marcus at jet.franken.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcus at jet.franken.de




--- Comment #7 from Marcus Meissner <marcus at jet.franken.de>  2008-03-25 02:37:16 ---
which code calls the RtlFreeHeap that triggers it?

You can sprinkle 

HeapValidate(GetProcessHeap(),0,NULL); 
through the codepath leading up to it to see where it gets corruipted


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