]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/tree.c
cleanups
[chaz/openbox] / plugins / keyboard / tree.c
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);
This page took 0.026848 seconds and 4 git commands to generate.