[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] memory leaks in procmon tests
commit f41be5f9df1bb944c52431f3740e90716b42db6c
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Wed Oct 21 11:17:59 2015 -0400
memory leaks in procmon tests
---
src/test/test_procmon.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/test/test_procmon.c b/src/test/test_procmon.c
index 4eff52a..2855178 100644
--- a/src/test/test_procmon.c
+++ b/src/test/test_procmon.c
@@ -33,11 +33,13 @@ test_procmon_tor_process_monitor_new(void *ignored)
NULL, NULL, &msg);
tt_assert(res);
tt_assert(!msg);
+ tor_process_monitor_free(res);
res = tor_process_monitor_new(tor_libevent_get_base(), "44 hello", 0,
NULL, NULL, &msg);
tt_assert(res);
tt_assert(!msg);
+ tor_process_monitor_free(res);
res = tor_process_monitor_new(tor_libevent_get_base(), "45:hello", 0,
NULL, NULL, &msg);
@@ -45,7 +47,7 @@ test_procmon_tor_process_monitor_new(void *ignored)
tt_assert(!msg);
done:
- (void)0;
+ tor_process_monitor_free(res);
}
struct testcase_t procmon_tests[] = {
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits