summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'function.c')
-rw-r--r--function.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/function.c b/function.c
index a2adc31..d3acd8b 100644
--- a/function.c
+++ b/function.c
@@ -382,6 +382,7 @@ string_glob (char *line)
idx += len;
result[idx++] = ' ';
+ free (chain->name);
free (chain);
chain = next;
}