1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 07:16:34 +01:00
This commit is contained in:
Jfreegman
2014-03-17 19:58:08 -04:00
9 changed files with 533 additions and 133 deletions

View File

@@ -412,7 +412,7 @@ void exit_toxic(Tox *m)
free(prompt->promptbuf);
tox_kill(m);
#ifdef _SUPPORT_AUDIO
terminate_audio(prompt, av);
terminate_audio();
#endif /* _SUPPORT_AUDIO */
endwin();
exit(EXIT_SUCCESS);