mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
plugins: remove check of NULL pointers before calling weechat_hashtable_free() (issue #865)
This commit is contained in:
@@ -544,8 +544,7 @@ plugin_api_modifier_eval_path_home_cb (const void *pointer, void *data,
|
||||
|
||||
result = string_eval_path_home (string, NULL, NULL, options);
|
||||
|
||||
if (options)
|
||||
hashtable_free (options);
|
||||
hashtable_free (options);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user