summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-02-08 16:30:48 -0500
committerirungentoo <irungentoo@gmail.com>2015-02-08 16:30:48 -0500
commit23d76f484a12c34f89e905e949718707026158e7 (patch)
tree58c371223f5f57a0a99c239fdf2e4e280985382d /auto_tests
parentee3adf26413f11a83fcabb7e1cf394e2235a8d6c (diff)
Fixed memory leak in test.
Diffstat (limited to 'auto_tests')
-rw-r--r--auto_tests/toxav_basic_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto_tests/toxav_basic_test.c b/auto_tests/toxav_basic_test.c
index fe67aca1..3139c844 100644
--- a/auto_tests/toxav_basic_test.c
+++ b/auto_tests/toxav_basic_test.c
@@ -595,6 +595,7 @@ START_TEST(test_AV_flows)
595 printf("\n"); 595 printf("\n");
596 } 596 }
597 597
598 vpx_img_free(sample_image);
598 toxav_kill(status_control.Alice.av); 599 toxav_kill(status_control.Alice.av);
599 toxav_kill(status_control.Bob.av); 600 toxav_kill(status_control.Bob.av);
600 tox_kill(bootstrap_node); 601 tox_kill(bootstrap_node);