Fix various small leaks on error cases

Spotted by coverity, bug 7816, bugfix on various versions.
This commit is contained in:
Nick Mathewson
2012-12-28 22:49:32 -05:00
parent b509ead20d
commit d3aabf4db1
5 changed files with 16 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes:
- Fix various places where we leak file descriptors or memory on
error cases. Spotted by coverity. Fixes parts of bug 7816.