X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeytree.c;h=02ad3cadd899298ee37b317c531980af49f81788;hb=adb9bb700f3235728dacc1d3e3daad81abd93e9a;hp=960b0506053503a80f6181d13901e358a93ed767;hpb=9ed3baf9dbf0c4c1dcf4b63262eca03247b50a0d;p=chaz%2Fopenbox 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);