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:
@@ -596,6 +596,9 @@ server_msgq_flush ()
|
||||
WEECHAT_ERROR, command, args);
|
||||
break;
|
||||
}
|
||||
|
||||
if (command)
|
||||
free (command);
|
||||
}
|
||||
|
||||
free (entire_line);
|
||||
|
||||
Reference in New Issue
Block a user