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

add prompt logging support

This commit is contained in:
Jfreegman
2014-03-01 18:06:35 -05:00
parent 7109b8fa18
commit 7f38c3c6e7
7 changed files with 68 additions and 27 deletions

View File

@@ -479,6 +479,8 @@ void exit_toxic(Tox *m)
free(DATA_FILE);
free(SRVLIST_FILE);
free(prompt->stb);
log_disable(prompt->promptbuf->log);
free(prompt->promptbuf->log);
free(prompt->promptbuf);
tox_kill(m);
endwin();