diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-10 05:39:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-10 05:39:59 +0000 |
| commit | 6212a5ff9c6c4d6d62e75ebfe85978fabf3f9878 (patch) | |
| tree | 4c805f6ff86504460cddb15e24d3cd56d37b7889 | |
| parent | 281390a926a3b3b24e7dae748125fc12a42c01e1 (diff) | |
same shit different pile
| -rw-r--r-- | openbox/openbox.c | 2 |
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); } |
