tor/changes/bug7306
Nick Mathewson b326e76144 Use FreeLibrary, not CloseHandle, for library in test_util.c
Fix for bug 7306. Bugfix on 0.2.2.17-alpha.
2012-12-06 10:59:02 -05:00

6 lines
220 B
Plaintext

o Minor bugfixes:
- Fix a crash when debugging unit tests on windows: deallocate a
shared library with FreeLibrary, not CloseHandle. Fixes bug #7306;
bugfix on 0.2.2.17-alpha. Reported by "ultramage".