Fix double-free in unit test on Windows.
authorRobert Hencke <robert.hencke@gmail.com>
Sun, 6 Sep 2015 13:53:22 +0000 (09:53 -0400)
committerRobert Hencke <robert.hencke@gmail.com>
Sun, 6 Sep 2015 13:53:22 +0000 (09:53 -0400)
commitc10e6ec19c9aed8cef44205a41ec1c57f1dede81
treef8ea6f07022278b021bd8ab62cbbe5e20a815de0
parenta66751870fb4e6184ac0a58303cb1f97e499f5fe
Fix double-free in unit test on Windows.

The LOG_SYSRESULT refers to result twice.  Since, in this test,
result expands to FindClose(handle), the handle was being freed twice.
src/logging_unittest.cc