From 23d76f484a12c34f89e905e949718707026158e7 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sun, 8 Feb 2015 16:30:48 -0500 Subject: Fixed memory leak in test. --- auto_tests/toxav_basic_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'auto_tests') 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) printf("\n"); } + vpx_img_free(sample_image); toxav_kill(status_control.Alice.av); toxav_kill(status_control.Bob.av); tox_kill(bootstrap_node); -- cgit v1.2.3