Initialize Version member.
authorScott Cantor <cantor.2@osu.edu>
Fri, 23 Jun 2006 20:02:01 +0000 (20:02 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 23 Jun 2006 20:02:01 +0000 (20:02 +0000)
saml/saml2/core/impl/Assertions20Impl.cpp

index 57310b3..97d8eac 100644 (file)
@@ -1411,6 +1411,7 @@ namespace opensaml {
         {
             void init() {
                 m_ID=NULL;
+                m_Version=NULL;
                 m_IssueInstant=NULL;
                 m_Issuer=NULL;
                 m_Signature=NULL;