Fixed: Memory leak in html parser
--HG-- branch : develop
This commit is contained in:
parent
ac4fd3f8b2
commit
ae019d8cad
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ namespace NLGUI
|
|||
nlwarning("html root node failed");
|
||||
success = false;
|
||||
}
|
||||
xmlFreeDoc(parser->myDoc);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue