From d40f2b204b78ace5c2c9c3007887571ca5a2ec11 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 8 Nov 2005 12:50:11 +0000 Subject: Added ENABLE_INLINE_FILES feature. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@784 e7ae566f-a301-0410-adde-c780ea21d3b5 --- plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin.c') diff --git a/plugin.c b/plugin.c index 0449293..26d1d1b 100644 --- a/plugin.c +++ b/plugin.c @@ -622,6 +622,7 @@ openvpn_plugin_string_list_item_free (struct openvpn_plugin_string_list *l) if (l) { free (l->name); + string_clear (l->value); free (l->value); free (l); } -- cgit v1.2.3