bug 14362: RtlDestroyHeap forgot to notify_free on allocated blocks

Alexandre Julliard julliard at winehq.org
Tue Jul 8 16:22:15 CDT 2008


John Reiser <jreiser at 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 at winehq.org



More information about the wine-devel mailing list