Fix memory leak in unit test for bridge distribution config.

Also, check for the actual message, and fix some string confusion,
while we're at it.

Fixes bug 24345; bugfix on 0.3.2.3-alpha.
This commit is contained in:
Nick Mathewson
2017-11-17 21:19:18 -05:00
parent 9c17a6d28b
commit a5b8b55c1c
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (tests):
- Fix a unit test in one of the bridge-distribution test cases.
Fixes bug 24345; bugfix on 0.3.2.3-alpha.