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