]> Dogcows Code - chaz/openbox/commitdiff
same shit different pile
authorDana Jansens <danakj@orodu.net>
Fri, 10 Oct 2003 05:39:59 +0000 (05:39 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 10 Oct 2003 05:39:59 +0000 (05:39 +0000)
openbox/openbox.c

index 39c02035a988083d2edcfdae0cac73e47a218dc3..f723ffe2529ca0a2d4937da386d6025063f4c335 100644 (file)
@@ -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);
             }
 
This page took 0.027203 seconds and 4 git commands to generate.