j
k
j a
j l
On Sa, 2009-09-26 at 22:15 -0500, Mike Ruprecht wrote:
if (lpszSearchPath) HeapFree(GetProcessHeap(), 0, lpszSearchPath);
HeapFree(GetProcessHeap(), 0, lpszSearchPath);
Please remove the unneeded if(lpszSearchPath) before HeapFree.
Back to the thread
Back to the list