From 8f9fb3e8fae31e3c14811911f23537cfecc6b780 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 23 Jan 2015 11:35:05 -0500 Subject: Try to fix some more memory leaks in the unit tests --- src/test/test_config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/test_config.c') diff --git a/src/test/test_config.c b/src/test/test_config.c index b1f5017b78..b63b78e386 100644 --- a/src/test/test_config.c +++ b/src/test/test_config.c @@ -176,6 +176,7 @@ test_config_addressmap(void *arg) done: config_free_lines(get_options_mutable()->AddressMap); get_options_mutable()->AddressMap = NULL; + addressmap_free_all(); } static int -- cgit v1.2.3-54-g00ecf