Don't leak the element

This commit is contained in:
Dmitry-Me 2015-04-08 17:45:07 +03:00
parent 4a0392dd9d
commit 5daa54cf2b
1 changed files with 2 additions and 0 deletions

View File

@ -1435,6 +1435,8 @@ int main( int argc, const char ** argv )
XMLElement* newElement = doc.NewElement( "printme" );
XMLPrinter printer;
newElement->Accept( &printer );
// Delete the node to avoid possible memory leak report in debug output
doc.DeleteNode( newElement );
}
{
// Issue 302. Clear errors from LoadFile/SaveFile