From 6212a5ff9c6c4d6d62e75ebfe85978fabf3f9878 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Oct 2003 05:39:59 +0000 Subject: [PATCH] same shit different pile --- openbox/openbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/openbox.c b/openbox/openbox.c index 39c02035..f723ffe2 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -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); } -- 2.39.2