delete
This commit is contained in:
@@ -53,6 +53,8 @@ void XNode::Free()
|
|||||||
SAFE_DELETE( pAttr->second );
|
SAFE_DELETE( pAttr->second );
|
||||||
m_childs.clear();
|
m_childs.clear();
|
||||||
m_attrs.clear();
|
m_attrs.clear();
|
||||||
|
|
||||||
|
SAFE_DELETE( m_pValue );
|
||||||
}
|
}
|
||||||
|
|
||||||
void XNodeStringValue::GetValue( RString &out ) const { out = m_sValue; }
|
void XNodeStringValue::GetValue( RString &out ) const { out = m_sValue; }
|
||||||
|
|||||||
Reference in New Issue
Block a user