[1/1] dlls/dbghlp: Fix memory over-allocation

Evil Jay wine at eternaldusk.com
Fri Aug 14 23:44:40 CDT 2009


This fixes bug 19392.

minidump.c's add_module and add_memory_block are doubling their memory
allocations every single time they are called. They should only be
allocating more memory when they've exhausted the chunk they already
allocated.

-J



More information about the wine-patches mailing list