HeapFree() before GetLastError().
authorIain Patterson <me@iain.cx>
Sun, 2 Mar 2014 12:28:46 +0000 (12:28 +0000)
committerIain Patterson <me@iain.cx>
Sun, 2 Mar 2014 18:24:12 +0000 (18:24 +0000)
Successful HeapFree() will set the last error to 0 so the GetLastError()
call will not be meaningful.


No differences found