1
0
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:
Sebastien Helleu
2008-09-30 12:13:00 +02:00
parent b4b1bf0522
commit 9fa560300f
8 changed files with 50 additions and 11 deletions
+7
View File
@@ -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);
}
/*