1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03: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
+2 -1
View File
@@ -1540,7 +1540,8 @@ TEST(CoreConfigFile, OptionFreeData)
TEST(CoreConfigFile, OptionFree)
{
/* TODO: write tests */
/* test free of NULL option */
config_file_option_free (NULL, 1);
}
/*