Re: bug 14362: RtlDestroyHeap forgot to notify_free on allocated blocks
8 Jul
2008
8 Jul
'08
9:22 p.m.
John Reiser <jreiser(a)BitWagon.com> writes:
+static void subheap_notify_free_all(SUBHEAP const *const subheap) +{ + char const *ptr = (char const *)subheap->base + subheap->headerSize; + + //DPRINTF("subheap_notify_free_all heap @%p, arena=%p\n", subheap, ptr);
Please clean up that sort of thing before submitting. -- Alexandre Julliard julliard(a)winehq.org
6457
Age (days ago)
6457
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard