mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
plugins: remove check of NULL pointers before calling weechat_arraylist_free() (issue #865)
This commit is contained in:
@@ -495,8 +495,7 @@ end:
|
||||
free (dup_ctcp);
|
||||
free (dup_ctcp_upper);
|
||||
free (dup_args);
|
||||
if (list_messages)
|
||||
weechat_arraylist_free (list_messages);
|
||||
weechat_arraylist_free (list_messages);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user