summaryrefslogtreecommitdiffstats
path: root/lasso/xml/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/xml.c')
-rw-r--r--lasso/xml/xml.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index 34178068..7dc1b960 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -864,6 +864,9 @@ _lasso_node_free_custom_element(struct _CustomElement *custom_element)
lasso_release_string(custom_element->href);
lasso_release_string(custom_element->nodename);
lasso_release_ghashtable(custom_element->namespaces);
+ lasso_release_string(custom_element->private_key);
+ lasso_release_string(custom_element->private_key_password);
+ lasso_release_string(custom_element->certificate);
}
lasso_release(custom_element);
}