Fix the log-severities memory-leak in tor-resolve.c

Also, rename the variable to have a more manageable name, and make
its scope more clear.

Fixes bug 24582; bugfix on 0.2.1.1-alpha.
This commit is contained in:
Nick Mathewson
2017-12-11 11:49:57 -05:00
parent ea929e8456
commit e18840f619
2 changed files with 10 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (debugging, memory leaks):
- Fix a harmless memory leak in tor-resolve. Fixes bug 24582;
bugfix on 0.2.1.1-alpha.