mirror of
https://github.com/brl/mutter.git
synced 2024-11-28 02:50:41 -05:00
05cb4a4443
ClutterStage will unref an action in the middle of its own event handler in case the action causes its own actor to be destroyed. In this case the action would get freed underneath our feet. To avoid it, take a ref on the action while calling its handle_event() vfunc, just as we do in clutter_actor_event() while emitting an event to an actor. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2389> |
||
---|---|---|
.. | ||
clutter | ||
meson.build |