summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-06 10:59:02 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-06 10:59:02 -0500
commitb326e761442e61ffd39effbefd7f904c72890707 (patch)
tree9e730c899eb7f1e640183dcf49043032959865ae /changes
parentbd93ff8dd76b06ca3afe1f362b086d4f12639f71 (diff)
downloadtor-b326e761442e61ffd39effbefd7f904c72890707.tar.gz
tor-b326e761442e61ffd39effbefd7f904c72890707.zip
Use FreeLibrary, not CloseHandle, for library in test_util.c
Fix for bug 7306. Bugfix on 0.2.2.17-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug73065
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7306 b/changes/bug7306
new file mode 100644
index 0000000000..949cc6037d
--- /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".
+