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:
@@ -244,8 +244,7 @@ secure_buffer_open ()
|
||||
|
||||
secure_buffer_display_values = 0;
|
||||
|
||||
if (properties)
|
||||
hashtable_free (properties);
|
||||
hashtable_free (properties);
|
||||
}
|
||||
|
||||
if (!secure_buffer)
|
||||
|
||||
Reference in New Issue
Block a user