Post release leak fix. :)

This commit is contained in:
Arnaud Cornet 2008-02-16 11:32:13 +01:00
parent 2516a89ac8
commit 303503cfc7
1 changed files with 1 additions and 1 deletions

View File

@ -2030,8 +2030,8 @@ void irc_server_free(struct link_server *s)
hash_it_next(&hi)) {
struct channel *chan = hash_it_item(&hi);
channel_free(chan);
}
hash_clean(&s->channels);
free(s);
}