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/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/mouse.c') 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); -- cgit v1.2.3