mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
plugins: remove check of NULL pointers before calling weechat_config_option_free() (issue #865)
This commit is contained in:
@@ -116,8 +116,7 @@ alias_config_cmd_delete_cb (const void *pointer, void *data,
|
||||
if (ptr_alias)
|
||||
alias_free (ptr_alias);
|
||||
|
||||
if (ptr_option_completion)
|
||||
weechat_config_option_free (ptr_option_completion);
|
||||
weechat_config_option_free (ptr_option_completion);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user