mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Merge pull request #1131 from ailin-nemui/account-free
missing free in nicklist/account
This commit is contained in:
commit
ef5579c212
@ -120,6 +120,7 @@ static void nicklist_destroy(CHANNEL_REC *channel, NICK_REC *nick)
|
||||
g_free(nick->nick);
|
||||
g_free_not_null(nick->realname);
|
||||
g_free_not_null(nick->host);
|
||||
g_free(nick->account);
|
||||
g_free(nick);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user