From ecc8b1a0b6031cefb3f9e60e03003e2f6bfc50c5 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Tue, 25 May 2004 12:59:51 +0000 Subject: Added 4 lasso_node_destroy() --- lasso/Attic/protocols/elements/authentication_statement.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lasso/Attic/protocols/elements/authentication_statement.c b/lasso/Attic/protocols/elements/authentication_statement.c index f9101e28..4c4c0616 100644 --- a/lasso/Attic/protocols/elements/authentication_statement.c +++ b/lasso/Attic/protocols/elements/authentication_statement.c @@ -117,5 +117,10 @@ lasso_authentication_statement_new(const xmlChar *authenticationMethod, lasso_saml_subject_statement_abstract_set_subject(LASSO_SAML_SUBJECT_STATEMENT_ABSTRACT(statement), LASSO_SAML_SUBJECT(subject)); + lasso_node_destroy(subject); + lasso_node_destroy(identifier); + lasso_node_destroy(idp_identifier); + lasso_node_destroy(subject_confirmation); + return (statement); } -- cgit