mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 16:53:14 +02:00
plugins: remove check of NULL pointers before calling weechat_hashtable_free() (issue #865)
This commit is contained in:
@@ -1445,7 +1445,6 @@ error:
|
||||
remote->name);
|
||||
free (url);
|
||||
free (body);
|
||||
if (options)
|
||||
weechat_hashtable_free (options);
|
||||
weechat_hashtable_free (options);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user