summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/variable.c b/variable.c
index 8f334c7..1717058 100644
--- a/variable.c
+++ b/variable.c
@@ -333,8 +333,6 @@ merge_variable_set_lists (setlist0, setlist1)
merge_variable_sets (list0->set, next->set);
- free ((char *) next);
-
last0 = list0;
list0 = list0->next;
}