summaryrefslogtreecommitdiff
path: root/openbox/mouse.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-26 16:47:12 +0000
committerDana Jansens <danakj@orodu.net>2003-09-26 16:47:12 +0000
commitadb9bb700f3235728dacc1d3e3daad81abd93e9a (patch)
tree59f659d62fbd6ae6e642276823d6484e17afa13f /openbox/mouse.c
parent9ed3baf9dbf0c4c1dcf4b63262eca03247b50a0d (diff)
give actions a ref count
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);