]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
give actions a ref count
[chaz/openbox] / openbox / mouse.c
index 0fd2a8286e98548c16e53c97990c1bcd048634aa..414be04e47cdc3f256a7fa75023209d9549bb9d5 100644 (file)
@@ -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);
This page took 0.020204 seconds and 4 git commands to generate.