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

Fixed many memory leaks

This commit is contained in:
Sebastien Helleu
2005-01-31 23:33:59 +00:00
parent 74b83e5294
commit 8921e45815
26 changed files with 314 additions and 44 deletions
+3
View File
@@ -596,6 +596,9 @@ server_msgq_flush ()
WEECHAT_ERROR, command, args);
break;
}
if (command)
free (command);
}
free (entire_line);