From af4de09ef5614a506901674f7cf2e1c1bbb084a1 Mon Sep 17 00:00:00 2001 From: cantor Date: Mon, 16 Jul 2007 04:06:10 +0000 Subject: [PATCH] Fix attribute leak, forgot to fix after changing cache rules. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2359 cb58f699-b61c-0410-a6fe-9272a202ed29 --- shibsp/handler/impl/SAML2Consumer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/shibsp/handler/impl/SAML2Consumer.cpp b/shibsp/handler/impl/SAML2Consumer.cpp index 414005c..f7bd6e6 100644 --- a/shibsp/handler/impl/SAML2Consumer.cpp +++ b/shibsp/handler/impl/SAML2Consumer.cpp @@ -422,7 +422,6 @@ string SAML2Consumer::implementProtocol( &tokens, &resolvedAttributes ); - resolvedAttributes.clear(); // Attributes are owned by cache now. if (ownedName) delete ssoName; -- 2.1.4