1
0
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:
Sébastien Helleu
2024-04-25 19:23:22 +02:00
parent 619b40b42f
commit 561dd92d8e
7 changed files with 11 additions and 19 deletions
+1 -2
View File
@@ -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);
}
/*