projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
281390a
)
same shit different pile
author
Dana Jansens
<danakj@orodu.net>
Fri, 10 Oct 2003 05:39:59 +0000
(
05:39
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 10 Oct 2003 05:39:59 +0000
(
05:39
+0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index 39c02035a988083d2edcfdae0cac73e47a218dc3..f723ffe2529ca0a2d4937da386d6025063f4c335 100644
(file)
--- 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);
}