Fixed memory leak in test.

This commit is contained in:
irungentoo 2015-02-08 16:30:48 -05:00
parent ee3adf2641
commit 23d76f484a
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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);