summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index fb7e791..8b3c5da 100644
--- a/conf.c
+++ b/conf.c
@@ -309,6 +309,7 @@ conf_clear(struct conf *c)
 
 	while ((wn = TAILQ_FIRST(&c->ignoreq)) != NULL) {
 		TAILQ_REMOVE(&c->ignoreq, wn, entry);
+		free(wn->name);
 		free(wn);
 	}