about summary refs log tree commit diff stats
path: root/src/ui/window_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window_list.c')
-rw-r--r--src/ui/window_list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/window_list.c b/src/ui/window_list.c
index 36e63477..ce414c2e 100644
--- a/src/ui/window_list.c
+++ b/src/ui/window_list.c
@@ -561,7 +561,6 @@ wins_close_by_num(int i)
                 ProfMucWin *mucwin = (ProfMucWin*)window;
                 autocomplete_remove(wins_ac, mucwin->roomjid);
                 autocomplete_remove(wins_close_ac, mucwin->roomjid);
-                g_hash_table_remove_all(mucwin->sent_messages);
 
                 if (mucwin->last_msg_timestamp) {
                     g_date_time_unref(mucwin->last_msg_timestamp);