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

Fixes and stuff...

This commit is contained in:
mannol
2014-03-14 23:08:08 +01:00
parent bc8b1f170e
commit 79fbf0a31f
5 changed files with 89 additions and 44 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);