fix double free
authorLuke Howard <lukeh@padl.com>
Sat, 18 Sep 2010 19:15:15 +0000 (21:15 +0200)
committerLuke Howard <lukeh@padl.com>
Sat, 18 Sep 2010 19:15:15 +0000 (21:15 +0200)
mech_eap/util_saml.cpp

index 321cad6..070014e 100644 (file)
@@ -348,7 +348,6 @@ gss_eap_saml_attr_provider::getAttributeTypes(gss_eap_attr_enumeration_cb addAtt
         ret = addAttribute(this, &utf8, data);
 
         delete qualifiedName;
-        delete qualifiedName;
 
         if (!ret)
             break;