Fixed memory leak: clear xml document data when destroyed.

git-svn-id: http://voip.null.ro/svn/yate@4049 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2011-01-20 16:10:56 +00:00
parent 7be7776fde
commit 1ef92e9788
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ XmlDocument::XmlDocument()
// Destructor
XmlDocument::~XmlDocument()
{
reset();
}
// Append a new child to this document