Re: [user32] Allocate buffer on heap (Bug 17076)
23 Jan
2009
23 Jan
'09
12:23 p.m.
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
23 Jan
23 Jan
12:49 p.m.
New subject: [user32] Allocate buffer on heap (Bug 17076)
Jeff Latimer wrote:
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
Your totally right. Ignore this patch. -- Cheers, Paul.
6169
Age (days ago)
6169
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jeff Latimer -
Paul Vriens