mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
plugins: remove check of NULL pointers before calling weechat_string_free_split() (issue #865)
This commit is contained in:
@@ -591,9 +591,7 @@ fset_command_run_set_cb (const void *pointer, void *data,
|
||||
}
|
||||
|
||||
end:
|
||||
if (argv)
|
||||
weechat_string_free_split (argv);
|
||||
|
||||
weechat_string_free_split (argv);
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user