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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user