1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

core: fix crash on plugin reload when using musl libc (issue #2052)

This commit is contained in:
Sébastien Helleu
2023-12-15 22:53:51 +01:00
parent ad66bba2f8
commit 86e1af7ab9
42 changed files with 319 additions and 5 deletions
+5
View File
@@ -673,6 +673,11 @@ irc_raw_end ()
{
irc_raw_message_free_all ();
if (irc_raw_buffer)
{
weechat_buffer_close (irc_raw_buffer);
irc_raw_buffer = NULL;
}
if (irc_raw_filter)
{
free (irc_raw_filter);