X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml2%2Fcore%2Fimpl%2FAssertions20Impl.cpp;h=aa3953fe983a7e92be26f6ebd101384cc0c92fe9;hb=16b54e6675334ed10d5c09fbfa484acc44b068f8;hp=b5031e895a0a83c361ec4cbac9e79a0f04ff64d6;hpb=c494e8306186356671c85abfe62f9ea0f5b49985;p=shibboleth%2Fopensaml2.git diff --git a/saml/saml2/core/impl/Assertions20Impl.cpp b/saml/saml2/core/impl/Assertions20Impl.cpp index b5031e8..aa3953f 100644 --- a/saml/saml2/core/impl/Assertions20Impl.cpp +++ b/saml/saml2/core/impl/Assertions20Impl.cpp @@ -760,7 +760,9 @@ namespace opensaml { ++m_pos_SubjectConfirmationData; } public: - virtual ~SubjectConfirmationImpl() {} + virtual ~SubjectConfirmationImpl() { + XMLString::release(&m_Method); + } SubjectConfirmationImpl(const XMLCh* nsURI, const XMLCh* localName, const XMLCh* prefix, const xmltooling::QName* schemaType) : AbstractXMLObject(nsURI, localName, prefix, schemaType) {