Fixed memory leak

This commit is contained in:
2019-04-12 14:19:57 +02:00
parent 6eb60b1f25
commit 75ebe0caee
+1
View File
@@ -1993,6 +1993,7 @@ error:
for (ip = 0; ip < MXML_MAX_ENTITY; ip++)
if (entity_value[ip] != NULL)
mxml_free(entity_value[ip]);
mxml_free_tree(root);
return status;
}