mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 11:43:13 +02:00
buflist: fix memory leak when reading config and changing option buflist.look.sort
This commit is contained in:
@@ -323,6 +323,8 @@ buflist_config_change_sort (const void *pointer, void *data,
|
||||
free (sort);
|
||||
}
|
||||
|
||||
weechat_hashtable_free (hashtable_pointers);
|
||||
|
||||
buflist_bar_item_update (0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user