From 86af3872a910e314d20ef911fad1819ad90c1291 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 14 Feb 2006 15:42:17 +0000 Subject: Some memory leak cleanups (found with valgrind). --- variable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variable.h') diff --git a/variable.h b/variable.h index 6b20152..46b18fa 100644 --- a/variable.h +++ b/variable.h @@ -136,6 +136,7 @@ extern char *recursively_expand_for_file PARAMS ((struct variable *v, /* variable.c */ extern struct variable_set_list *create_new_variable_set PARAMS ((void)); +extern void free_variable_set PARAMS ((struct variable_set_list *)); extern struct variable_set_list *push_new_variable_scope PARAMS ((void)); extern void pop_variable_scope PARAMS ((void)); extern void define_automatic_variables PARAMS ((void)); -- cgit v1.2.3