[cpp-sp COMMIT] /branches/REL_2/plugins/GSSAPIAttributeExtractor.cpp

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 2 05:23:51 GMT 2012


Author: scantor
Date: Thu Feb  2 05:23:51 2012
New Revision: 3568

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3568&view=rev
Log:
Remove extraneous delete call

Modified:
    branches/REL_2/plugins/GSSAPIAttributeExtractor.cpp

Modified: branches/REL_2/plugins/GSSAPIAttributeExtractor.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/plugins/GSSAPIAttributeExtractor.cpp?rev=3568&r1=3567&r2=3568&view=diff
==============================================================================
--- branches/REL_2/plugins/GSSAPIAttributeExtractor.cpp (original)
+++ branches/REL_2/plugins/GSSAPIAttributeExtractor.cpp Thu Feb  2 05:23:51 2012
@@ -117,7 +117,6 @@
         }
         ~GSSAPIExtractor() {
             shutdown();
-            delete m_impl;
         }
 
         void extractAttributes(



More information about the commits mailing list