1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 03:26:45 +02:00

message sending queue for fake offline messaging

This commit is contained in:
Jfreegman
2014-09-06 13:18:42 -04:00
parent 6876df4a45
commit 3c2c1f15ce
11 changed files with 185 additions and 29 deletions

View File

@ -88,7 +88,6 @@ void kill_prompt_window(ToxWindow *self)
delwin(statusbar->topline);
free(ctx->log);
free(ctx->hst);
free(ctx);
free(self->help);
free(statusbar);