1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-16 06:25:24 +00:00

Merge pull request #1131 from ailin-nemui/account-free

missing free in nicklist/account
This commit is contained in:
ailin-nemui 2019-10-06 17:58:43 +02:00 committed by GitHub
commit ef5579c212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}