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:
@@ -1540,7 +1540,8 @@ TEST(CoreConfigFile, OptionFreeData)
|
||||
|
||||
TEST(CoreConfigFile, OptionFree)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
/* test free of NULL option */
|
||||
config_file_option_free (NULL, 1);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user