1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

core: remove check of NULL pointers before calling hashtable_free() (issue #865)

This commit is contained in:
Sébastien Helleu
2024-04-25 19:05:34 +02:00
parent 0b2d9bcb9b
commit f11c7c1bf4
15 changed files with 23 additions and 46 deletions
+1 -2
View File
@@ -244,8 +244,7 @@ secure_buffer_open ()
secure_buffer_display_values = 0;
if (properties)
hashtable_free (properties);
hashtable_free (properties);
}
if (!secure_buffer)