In line with <a href="http://wiki.winehq.org/ReplaceMalloc" target="_blank">http://wiki.winehq.org/ReplaceMalloc</a> this is a small patch that changes all malloc calls to HeapAlloc in the following files:<br>./dlls/iphlpapi/tests/iphlpapi.c<br>
./dlls/wnaspi32/winaspi16.c<br>
<br>Changelog:<br>* malloc calls in dlls/kernel32/process.c have been change to HeapAlloc<br><font color="#888888"><br>Pete Myers</font>