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

properly close windows on exit

This commit is contained in:
Jfreegman
2014-02-26 05:23:11 -05:00
parent 5ff7065744
commit a61f5f6a6d
7 changed files with 77 additions and 38 deletions

View File

@@ -475,6 +475,7 @@ void exit_toxic(Tox *m)
fclose(file_senders[i].file);
}
kill_all_windows();
free(DATA_FILE);
free(SRVLIST_FILE);
free(prompt->stb);