mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)
This commit is contained in:
@@ -1344,6 +1344,8 @@ jabber_server_free_data (struct t_jabber_server *server)
|
||||
if (server->options[i])
|
||||
weechat_config_option_free (server->options[i]);
|
||||
}
|
||||
if (server->name)
|
||||
free (server->name);
|
||||
if (server->address)
|
||||
free (server->address);
|
||||
if (server->current_ip)
|
||||
|
||||
Reference in New Issue
Block a user