Fixed double free

This commit is contained in:
2019-07-10 16:55:35 +02:00
parent 2e48b71244
commit 0ebf750197
-2
View File
@@ -1310,8 +1310,6 @@ PMXML_NODE read_error(PMXML_NODE root, const char *file_name, int line_number, c
}
mxml_free(msg);
mxml_free_tree(root);
return NULL;
}