summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67aba0f)
raw | patch | inline | side by side (parent: 67aba0f)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 28 Nov 2012 08:44:59 +0000 (09:44 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 28 Nov 2012 08:44:59 +0000 (09:44 +0100) |
src/configfile.c | patch | blob | history |
diff --git a/src/configfile.c b/src/configfile.c
index d6aa72de679646d14658504cbfa34f716252ef2a..064c9a4053640200aff1363cc0daee16e3783e60 100644 (file)
--- a/src/configfile.c
+++ b/src/configfile.c
}
new = cf_read_generic (old->values[0].value.string, pattern, depth + 1);
+ sfree (pattern);
+
if (new == NULL)
continue;