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)
commit1afadf5332638a0526feefaa4151b240224ab036
treecbb92d64c4cdf493787cf975019c49d20ecd6bda
parent4e9901855cc3d6da15edca76ba199267bf1017b1
HeapFree() before GetLastError().

Successful HeapFree() will set the last error to 0 so the GetLastError()
call will not be meaningful.
registry.cpp