mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 01:16:35 +01:00
message sending queue for fake offline messaging
This commit is contained in:
@@ -89,6 +89,8 @@ void line_info_cleanup(struct history *hst)
|
||||
if (hst->queue[i])
|
||||
free(hst->queue[i]);
|
||||
}
|
||||
|
||||
free(hst);
|
||||
}
|
||||
|
||||
/* moves root forward and frees previous root */
|
||||
|
||||
Reference in New Issue
Block a user