mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-01 09:49:25 +00:00
Add reply cache, composer bar, and nick-menu replies
This commit is contained in:
@@ -793,7 +793,13 @@ session_free (session *killsess)
|
||||
|
||||
send_quit_or_part (killsess);
|
||||
|
||||
if (killsess->typing_timeout_tag)
|
||||
fe_timeout_remove (killsess->typing_timeout_tag);
|
||||
if (killsess->typing_animation_tag)
|
||||
fe_timeout_remove (killsess->typing_animation_tag);
|
||||
|
||||
history_free (&killsess->history);
|
||||
reply_cache_free (killsess);
|
||||
g_free (killsess->topic);
|
||||
g_free (killsess->current_modes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user