diff --git a/mxml.cxx b/mxml.cxx index 1f609d7..0abce9f 100644 --- a/mxml.cxx +++ b/mxml.cxx @@ -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; }