mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
Fix memory leak in flush of irc message queue
This commit is contained in:
@@ -2007,6 +2007,8 @@ irc_server_msgq_flush ()
|
||||
free (command);
|
||||
if (channel)
|
||||
free (channel);
|
||||
if (arguments)
|
||||
free (arguments);
|
||||
if (msg_decoded)
|
||||
free (msg_decoded);
|
||||
if (msg_decoded_without_color)
|
||||
|
||||
Reference in New Issue
Block a user