summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-10 05:39:59 +0000
committerDana Jansens <danakj@orodu.net>2003-10-10 05:39:59 +0000
commit6212a5ff9c6c4d6d62e75ebfe85978fabf3f9878 (patch)
tree4c805f6ff86504460cddb15e24d3cd56d37b7889
parent281390a926a3b3b24e7dae748125fc12a42c01e1 (diff)
same shit different pile
-rw-r--r--openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
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);
}