diff options
Diffstat (limited to 'plugin.c')
-rw-r--r-- | plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |