From 63dff1e0bcb9e1bdd189e4a3e0d6126389251885 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 18 Aug 1997 18:11:04 +0000 Subject: Bug fixes and automake changes. --- variable.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'variable.c') 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; } -- cgit v1.2.3