Fixed: Memory leak in html parser

--HG--
branch : develop
This commit is contained in:
Nimetu 2019-04-11 19:50:22 +03:00
parent ac4fd3f8b2
commit ae019d8cad

View file

@ -327,6 +327,7 @@ namespace NLGUI
nlwarning("html root node failed");
success = false;
}
xmlFreeDoc(parser->myDoc);
}
else
{