From 717946089b6008e4744522845014dafa1fc4e37c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 11 Feb 2013 14:57:10 -0500 Subject: Resolve memory leaks in the unit tests and benchmarks (found by coverity) These shouldn't really matter, but it's nice to be leak-free. --- src/test/test_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/test_util.c') diff --git a/src/test/test_util.c b/src/test/test_util.c index a66941b00..b7a69b205 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -2724,7 +2724,7 @@ test_util_join_win_cmdline(void *ptr) } done: - ; + tor_free(joined_argv); } #define MAX_SPLIT_LINE_COUNT 4 -- cgit v1.2.3