X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.c;h=414be04e47cdc3f256a7fa75023209d9549bb9d5;hb=c2b0272fde966d655c2d55395235c0f233b6ba5d;hp=0fd2a8286e98548c16e53c97990c1bcd048634aa;hpb=227d8b85119d7aa6416b11af56c3ce1f52510f55;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);