mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 05:16:38 +02:00
Fix some memory leaks
This commit is contained in:
@@ -899,6 +899,13 @@ irc_config_server_create_default_options (struct t_config_section *section)
|
||||
NULL,
|
||||
NULL);
|
||||
}
|
||||
|
||||
if (nicks)
|
||||
free (nicks);
|
||||
if (username)
|
||||
free (username);
|
||||
if (realname)
|
||||
free (realname);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user