summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2014-04-21 12:52:14 +0000
committerokan <okan>2014-04-21 12:52:14 +0000
commita483e23e944def41b6fac57297d7203309b8f0ec (patch)
tree386bd3a812070520586fff481d224f98ba0c3168
parent110187730599c95c65717161bd6decd309064527 (diff)
parente9cb5b743f06baea2d0c469a11bdbe0224c15881 (diff)
downloadcwm-a483e23e944def41b6fac57297d7203309b8f0ec.tar.gz
cwm-a483e23e944def41b6fac57297d7203309b8f0ec.tar.xz
cwm-a483e23e944def41b6fac57297d7203309b8f0ec.zip
cvsimport
-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);
 	}