summaryrefslogtreecommitdiff
path: root/openbox/keytree.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/keytree.c')
-rw-r--r--openbox/keytree.c2
1 files changed, 1 insertions, 1 deletions
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);