Comments miss in some last commits, so : the 4 last commits fixed a bad bug in lasso_logout_get_next_provideID() and a bug in the setting of status code value in logout response

This commit is contained in:
Nicolas Clapies 2004-09-07 14:25:55 +00:00
parent 68fe57242d
commit e4de8cee48
1 changed files with 0 additions and 2 deletions

View File

@ -1000,11 +1000,9 @@ lasso_logout_validate_request(LassoLogout *logout)
all_http_soap = FALSE;
break;
}
if (protocolProfile != NULL) {
xmlFree(protocolProfile);
}
if (providerID != NULL) {
xmlFree(providerID);
}