mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
Fix crash when adding nick after call to nicklist_remove_all
This commit is contained in:
@@ -448,6 +448,7 @@ gui_nicklist_remove_all (struct t_gui_buffer *buffer)
|
||||
{
|
||||
gui_nicklist_remove_group (buffer, buffer->nicklist_root);
|
||||
}
|
||||
gui_nicklist_add_group (buffer, NULL, "root", NULL, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user