From b326e761442e61ffd39effbefd7f904c72890707 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 6 Dec 2012 10:59:02 -0500 Subject: Use FreeLibrary, not CloseHandle, for library in test_util.c Fix for bug 7306. Bugfix on 0.2.2.17-alpha. --- changes/bug7306 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug7306 (limited to 'changes') diff --git a/changes/bug7306 b/changes/bug7306 new file mode 100644 index 000000000..949cc6037 --- /dev/null +++ b/changes/bug7306 @@ -0,0 +1,5 @@ + 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". + -- cgit v1.2.3