Re: bug 14362: RtlDestroyHeap forgot to notify_free on allocated blocks
July 8, 2008
4: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
6470
Age (days ago)
6470
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard