And anothear nick_from_ircmask leak.

This commit is contained in:
Arnaud Cornet 2009-01-05 22:57:27 +01:00
parent 00a10a9f61
commit 217816c220
1 changed files with 2 additions and 1 deletions

View File

@ -1272,9 +1272,10 @@ static int irc_join(struct link_server *server, struct line *line)
return ERR_PROTOCOL;
if (!line->origin)
return ERR_PROTOCOL;
s_nick = nick_from_ircmask(line->origin);
s_nick = nick_from_ircmask(line->origin);
hash_insert(&channel->ovmasks, s_nick, 0);
free(s_nick);
return OK_COPY;
}