mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
missing free
This commit is contained in:
parent
49c6c2b69f
commit
a68be4dcca
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue