1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 15:57:45 +02:00

Small fix to video cleanup

This commit is contained in:
cnhenry 2015-08-13 23:58:52 -05:00
parent 929fca3de1
commit b7e613de32

View File

@ -131,12 +131,12 @@ void exit_toxic_success(Tox *m)
terminate_notify();
#ifdef AUDIO
terminate_audio();
#ifdef VIDEO
terminate_video();
#endif /* VIDEO */
terminate_audio();
#endif /* AUDIO */
free(DATA_FILE);