From 6edd25f01377c4fd3cb3cceb0e5bf6a6ed9d58cc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 Oct 2006 06:42:18 +0000 Subject: [PATCH] delete --- stepmania/src/XmlFile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/XmlFile.cpp b/stepmania/src/XmlFile.cpp index 1ceb31c420..6e7fbdcc91 100644 --- a/stepmania/src/XmlFile.cpp +++ b/stepmania/src/XmlFile.cpp @@ -53,6 +53,8 @@ void XNode::Free() SAFE_DELETE( pAttr->second ); m_childs.clear(); m_attrs.clear(); + + SAFE_DELETE( m_pValue ); } void XNodeStringValue::GetValue( RString &out ) const { out = m_sValue; }