same shit different pile

This commit is contained in:
Dana Jansens 2003-10-10 05:39:59 +00:00
parent 281390a926
commit 6212a5ff9c

View file

@ -207,7 +207,7 @@ int main(int argc, char **argv)
if (parse_load_rc(&doc, &node))
parse_tree(i, doc, node->xmlChildrenNode);
/* we're done with parsing now, kill it */
xmlFreeDoc(doc);
parse_close(doc);
parse_shutdown(i);
}