mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
core: fix crash on plugin reload when using musl libs (closes #2052)
This commit is contained in:
@@ -1534,5 +1534,8 @@ void
|
||||
trigger_callback_end ()
|
||||
{
|
||||
if (trigger_callback_hashtable_options_conditions)
|
||||
{
|
||||
weechat_hashtable_free (trigger_callback_hashtable_options_conditions);
|
||||
trigger_callback_hashtable_options_conditions = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user