mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
plugins: remove check of NULL pointers before calling weechat_hashtable_free() (issue #865)
This commit is contained in:
@@ -1391,8 +1391,7 @@ script_repo_file_read (int quiet)
|
||||
script_repo_free (script);
|
||||
free (locale);
|
||||
free (locale_language);
|
||||
if (descriptions)
|
||||
weechat_hashtable_free (descriptions);
|
||||
weechat_hashtable_free (descriptions);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user