[user32] Allocate buffer on heap (Bug 17076)

Jeff Latimer lats at yless4u.com.au
Fri Jan 23 06:23:29 CST 2009


Paul Vriens wrote:
>
>
> Some called functions assume that buffer is always on heap. That isn't 
> the case
> anymore.
If you do

+    local_buffer = HeapAlloc(GetProcessHeap(), 0, buffer_size);

shouldn't there be a HeapFree() added to match?

Jeff






More information about the wine-devel mailing list