plug memleak (currently unused func); from Tiago Cunha

This commit is contained in:
okan 2014-04-21 12:52:14 +00:00
parent d46b0f8848
commit e9cb5b743f

1
conf.c
View File

@ -309,6 +309,7 @@ conf_clear(struct conf *c)
while ((wn = TAILQ_FIRST(&c->ignoreq)) != NULL) { while ((wn = TAILQ_FIRST(&c->ignoreq)) != NULL) {
TAILQ_REMOVE(&c->ignoreq, wn, entry); TAILQ_REMOVE(&c->ignoreq, wn, entry);
free(wn->name);
free(wn); free(wn);
} }