]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Memory leak in tor_cert_parse. CID 1301382.
authorNick Mathewson <nickm@torproject.org>
Thu, 28 May 2015 17:11:54 +0000 (13:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 28 May 2015 17:11:54 +0000 (13:11 -0400)
src/test/test_routerkeys.c

index fbe56860e56254a98de570f2bf83045d7e6cf257..a60cba746ef9b8cffbdf13d89b43060e69e7fef0 100644 (file)
@@ -540,6 +540,7 @@ test_routerkeys_ed_keys_init_all(void *arg)
  done:
   tor_free(dir);
   tor_free(options);
+  tor_cert_free(link_cert);
   routerkeys_free_all();
 }