From: Dana Jansens Date: Sun, 11 May 2003 05:15:59 +0000 (+0000) Subject: cleanups X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=inline;h=23697223a5f7242767c7959158f314f50887985c;p=chaz%2Fopenbox cleanups --- diff --git a/plugins/keyboard/tree.c b/plugins/keyboard/tree.c index 896f77bb..e60962f3 100644 --- a/plugins/keyboard/tree.c +++ b/plugins/keyboard/tree.c @@ -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); diff --git a/plugins/menu/timed_menu.h b/plugins/menu/timed_menu.h index a7d16c15..b49fce16 100644 --- a/plugins/menu/timed_menu.h +++ b/plugins/menu/timed_menu.h @@ -1,4 +1,4 @@ #ifndef __TIMED_MENU_H #define __TIMED_MENU_H -#endif // __TIMED_MENU_H +#endif