mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed memory leak in test.
This commit is contained in:
parent
ee3adf2641
commit
23d76f484a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user