1
0
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:
Sebastien Helleu
2011-01-02 15:28:20 +01:00
parent 10bf2a8665
commit fcfe854441
+2
View File
@@ -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)