Fix some harmless/untriggerable memory leaks found by coverity

This commit is contained in:
Nick Mathewson
2014-04-07 23:20:13 -04:00
parent 595303fd1e
commit f0bce2dc35
5 changed files with 33 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor bugfixes:
- Resolve some memory leaks found by coverity in the unit tests,
on exit in tor-gencert, and on a failure to compute digests
for our own keys when generating a v3 networkstatus vote.
These leaks should never have affected anyone in practice.