1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 12:16:44 +02:00

Fixed incorrect video device listing

This commit is contained in:
cnhenry
2015-08-13 20:01:05 -05:00
parent 8a66c3fa4c
commit 96162bf254
3 changed files with 29 additions and 6 deletions

View File

@ -132,6 +132,11 @@ void exit_toxic_success(Tox *m)
#ifdef AUDIO
terminate_audio();
#ifdef VIDEO
terminate_video();
#endif /* VIDEO */
#endif /* AUDIO */
free(DATA_FILE);