summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2010-04-12 22:49:58 +0200
committerNick Mathewson <nickm@torproject.org>2010-04-12 18:15:17 -0400
commita02923122e597e833a987dc38a3b0b8a62e0b122 (patch)
tree9374d7de37521150834f7ee08cbde433d57a249c /changes
parent0324d3b0ec6d8ee0ec24c2e93915c9aa70e1665d (diff)
downloadtor-a02923122e597e833a987dc38a3b0b8a62e0b122.tar.gz
tor-a02923122e597e833a987dc38a3b0b8a62e0b122.zip
testsuite: Only free the main mutex when and if all the worker threads are done
Diffstat (limited to 'changes')
-rw-r--r--changes/weasel-testuite-thread-fixes3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/weasel-testuite-thread-fixes b/changes/weasel-testuite-thread-fixes
new file mode 100644
index 0000000000..8fed7297d7
--- /dev/null
+++ b/changes/weasel-testuite-thread-fixes
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Testsuite: In the util/threads test no longer free the test_mutex
+ before all worker threads have finished.