j
k
j a
j l
On 21 April 2010 17:19, Joris Huizer joris_huizer@yahoo.com wrote:
path = malloc(strlen(filename) + 1); path = HeapAlloc(GetProcessHeap(), 0, strlen(filename) + 1);
No, malloc() is correct, wpp frees it again with free().
Back to the thread
Back to the list