diff options
Diffstat (limited to 'src/plugins/fset')
-rw-r--r-- | src/plugins/fset/fset-command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index ec0f5e25d..7e60995ac 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -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); |