diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:35:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-23 11:35:05 -0500 |
commit | 8f9fb3e8fae31e3c14811911f23537cfecc6b780 (patch) | |
tree | 8f613930febf3abf730faaad86e689d0055009a9 /src/test/test_config.c | |
parent | 614fbf1812690eb1cc2f52289d72ad2839f0ef9c (diff) | |
download | tor-8f9fb3e8fae31e3c14811911f23537cfecc6b780.tar.gz tor-8f9fb3e8fae31e3c14811911f23537cfecc6b780.zip |
Try to fix some more memory leaks in the unit tests
Diffstat (limited to 'src/test/test_config.c')
-rw-r--r-- | src/test/test_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |