]> Dogcows Code - chaz/openbox/commitdiff
cleanups
authorDana Jansens <danakj@orodu.net>
Sun, 11 May 2003 05:15:59 +0000 (05:15 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 11 May 2003 05:15:59 +0000 (05:15 +0000)
plugins/keyboard/tree.c
plugins/menu/timed_menu.h

index 896f77bb4cc1382f4390f7ff26aa84712812e7b1..e60962f30516373863b6903ff14b4a590948e095 100644 (file)
@@ -15,8 +15,8 @@ void tree_destroy(KeyBindingTree *tree)
            for (it = tree->keylist; it != NULL; it = it->next)
                g_free(it->data);
            g_list_free(tree->keylist);
-           for (it = tree->actions; it != NULL; it = it->next)
-                action_free(it->data);
+           for (sit = tree->actions; sit != NULL; sit = sit->next)
+                action_free(sit->data);
            g_slist_free(tree->actions);
        }
        g_free(tree);
index a7d16c1538b45df85648264f00aa4d011479dbfc..b49fce166b18b4f66d8917578c0ecb226bc5f3c0 100644 (file)
@@ -1,4 +1,4 @@
 #ifndef __TIMED_MENU_H
 #define __TIMED_MENU_H
 
-#endif // __TIMED_MENU_H
+#endif
This page took 0.023926 seconds and 4 git commands to generate.