Pointer post-assertion

This commit is contained in:
Dmitry-Me 2016-11-07 18:48:50 +03:00
parent 6bbcda0215
commit 4336431272
1 changed files with 1 additions and 0 deletions

View File

@ -965,6 +965,7 @@ char* XMLNode::ParseDeep( char* p, StrPair* parentEnd )
XMLNode* node = 0;
p = _document->Identify( p, &node );
TIXMLASSERT( p );
if ( node == 0 ) {
break;
}