From d9ea6e948531bd3c0ab339e6d6e0b89156fc2e99 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 7 Feb 2015 22:57:04 -0500 Subject: Properly free everything at the end of each test. --- auto_tests/toxav_basic_test.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'auto_tests/toxav_basic_test.c') diff --git a/auto_tests/toxav_basic_test.c b/auto_tests/toxav_basic_test.c index db1db3fb..fe67aca1 100644 --- a/auto_tests/toxav_basic_test.c +++ b/auto_tests/toxav_basic_test.c @@ -595,8 +595,11 @@ START_TEST(test_AV_flows) printf("\n"); } - - + toxav_kill(status_control.Alice.av); + toxav_kill(status_control.Bob.av); + tox_kill(bootstrap_node); + tox_kill(Alice); + tox_kill(Bob); printf("Calls ended!\n"); } -- cgit v1.2.3