diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-28 22:49:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-28 22:49:32 -0500 |
commit | d3aabf4db176a44d19046b58b99f2edb8c5f49bb (patch) | |
tree | d804e239d5e0c4993c82f40cb97b25a1f7f73132 /changes/bug7816_023_small | |
parent | b509ead20d93277697c1cb961a2ae520bce7fd7f (diff) | |
download | tor-d3aabf4db176a44d19046b58b99f2edb8c5f49bb.tar.gz tor-d3aabf4db176a44d19046b58b99f2edb8c5f49bb.zip |
Fix various small leaks on error cases
Spotted by coverity, bug 7816, bugfix on various versions.
Diffstat (limited to 'changes/bug7816_023_small')
-rw-r--r-- | changes/bug7816_023_small | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug7816_023_small b/changes/bug7816_023_small new file mode 100644 index 0000000000..cd90f035f1 --- /dev/null +++ b/changes/bug7816_023_small @@ -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. |