From 1eb51a18ec06b3c8add77d876af0f5a599279c67 Mon Sep 17 00:00:00 2001 From: Ben Foster Date: Wed, 25 Oct 2017 23:53:07 +0100 Subject: Free additionally allocated `sp_list` instances References #43. --- src/sp_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sp_config.h') diff --git a/src/sp_config.h b/src/sp_config.h index eda7517..ac33eb5 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -206,5 +206,7 @@ int parse_empty(char *restrict, char *restrict, void *); int parse_cidr(char *restrict, char *restrict, void *); int parse_php_type(char *restrict, char *restrict, void *); +// cleanup +void sp_disabled_function_list_free(sp_node_t*); #endif /* SP_CONFIG_H */ -- cgit v1.3