Don't try to operate on freed data structure.
authorIain Patterson <me@iain.cx>
Mon, 15 Dec 2014 13:58:39 +0000 (13:58 +0000)
committerIain Patterson <me@iain.cx>
Mon, 15 Dec 2014 14:20:07 +0000 (14:20 +0000)
commit2bc7df40fe52fe9e86e382926f7653b55ee02038
tree32932284019f198c397ff968209248009b4ee1ef
parentf7f20a0b3ecbb0e1a2eb59f95b50f0625b37c671
Don't try to operate on freed data structure.

We were calling HeapFree() on the logger structure then trying to
call CloseHandle() on one of its elements.
io.cpp