mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
plugins: remove check of NULL pointers before calling weechat_hashtable_free() (issue #865)
This commit is contained in:
@@ -1597,8 +1597,7 @@ fset_buffer_open ()
|
||||
&fset_buffer_input_cb, NULL, NULL,
|
||||
&fset_buffer_close_cb, NULL, NULL);
|
||||
|
||||
if (buffer_props)
|
||||
weechat_hashtable_free (buffer_props);
|
||||
weechat_hashtable_free (buffer_props);
|
||||
|
||||
if (!fset_buffer)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user