From: Dana Jansens Date: Fri, 10 Oct 2003 05:39:59 +0000 (+0000) Subject: same shit different pile X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=6212a5ff9c6c4d6d62e75ebfe85978fabf3f9878;p=chaz%2Fopenbox same shit different pile --- 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); }