mirror of
https://github.com/brl/mutter.git
synced 2025-03-25 04:33:52 +00:00
clutter/offscreen-effect: Use memory management helpers more
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1496
This commit is contained in:
parent
88c830b9ab
commit
29cdc35654
@ -240,8 +240,7 @@ update_fbo (ClutterEffect *effect,
|
|||||||
error->message);
|
error->message);
|
||||||
|
|
||||||
g_object_unref (offscreen);
|
g_object_unref (offscreen);
|
||||||
cogl_object_unref (priv->pipeline);
|
cogl_clear_object (&priv->pipeline);
|
||||||
priv->pipeline = NULL;
|
|
||||||
|
|
||||||
priv->target_width = 0;
|
priv->target_width = 0;
|
||||||
priv->target_height = 0;
|
priv->target_height = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user