1
0
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:
Sébastien Helleu
2024-04-25 00:19:31 +02:00
parent e73bff95fa
commit 3eed74a75c
6 changed files with 8 additions and 10 deletions
+1 -2
View File
@@ -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);
}
/*