mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 06:26:36 +02:00
Small fix to video cleanup
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user