This commit is contained in:
Glenn Maynard
2006-10-06 06:42:18 +00:00
parent ba82cc8002
commit 6edd25f013
+2
View File
@@ -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; }