http://bugs.winehq.org/show_bug.cgi?id=14362
Summary: RtlDestroyHeap forgot to notify_free on allocated blocks Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: jreiser@BitWagon.com
Created an attachment (id=14659) --> (http://bugs.winehq.org/attachment.cgi?id=14659) RtlDestroyHeap calls notify_free on each allocated block
RtlDestroyHeap forgot to call notify_free() on each allocated block. Patch is attached, and will be sent to wine-patches@winehq.org.