From adb9bb700f3235728dacc1d3e3daad81abd93e9a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Sep 2003 16:47:12 +0000 Subject: give actions a ref count --- openbox/keytree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/keytree.c') diff --git a/openbox/keytree.c b/openbox/keytree.c index 960b0506..02ad3cad 100644 --- a/openbox/keytree.c +++ b/openbox/keytree.c @@ -34,7 +34,7 @@ void tree_destroy(KeyBindingTree *tree) g_free(it->data); g_list_free(tree->keylist); for (sit = tree->actions; sit != NULL; sit = sit->next) - action_free(sit->data); + action_unref(sit->data); g_slist_free(tree->actions); } g_free(tree); -- cgit v1.2.3