From a56fb58d6e1e93b95e2a060b61f3d00eab95a298 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 15 Dec 2015 14:00:08 -0500 Subject: Fix some memory leaks in the unit tests --- src/test/testing_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/testing_common.c') diff --git a/src/test/testing_common.c b/src/test/testing_common.c index 2ea158fddd..e20e9e6095 100644 --- a/src/test/testing_common.c +++ b/src/test/testing_common.c @@ -297,6 +297,7 @@ main(int c, const char **v) tor_free_all(0); dmalloc_log_unfreed(); #endif + crypto_global_cleanup(); if (have_failed) return 1; -- cgit v1.2.3-54-g00ecf