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_arraylist_free() (issue #865)
This commit is contained in:
@@ -567,8 +567,7 @@ fset_command_run_set_cb (const void *pointer, void *data,
|
||||
/* check condition to trigger the fset buffer */
|
||||
if (condition_ok)
|
||||
{
|
||||
if (old_options)
|
||||
weechat_arraylist_free (old_options);
|
||||
weechat_arraylist_free (old_options);
|
||||
free (old_max_length);
|
||||
free (old_filter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user