X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.c;h=414be04e47cdc3f256a7fa75023209d9549bb9d5;hb=adb9bb700f3235728dacc1d3e3daad81abd93e9a;hp=0fd2a8286e98548c16e53c97990c1bcd048634aa;hpb=9ed3baf9dbf0c4c1dcf4b63262eca03247b50a0d;p=chaz%2Fopenbox diff --git a/openbox/mouse.c b/openbox/mouse.c index 0fd2a828..414be04e 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -142,7 +142,7 @@ void mouse_unbind_all() GSList *it; for (it = b->actions[j]; it; it = it->next) - action_free(it->data); + action_unref(it->data); g_slist_free(b->actions[j]); } g_free(b);