[Tests] fix leak of idpLogoutContext in test04_sso_then_slo_soap

This commit is contained in:
Benjamin Dauvergne 2010-09-17 16:23:25 +02:00
parent 69f46ad974
commit 87c3f63dd0
1 changed files with 1 additions and 0 deletions

View File

@ -657,6 +657,7 @@ START_TEST(test04_sso_then_slo_soap)
check_null(spLogoutContext->parent.msg_relayState);
lasso_assign_string(logoutResponseSoapMessage, spLogoutContext->parent.msg_body);
lasso_release_gobject(spLogoutContext);
lasso_release_gobject(idpLogoutContext);
/* process the response */
check_not_null(idpLogoutContext = lasso_logout_new(idpContext));