mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
compositor: Plug cairo_region_t leak
The MetaBackgroundActor uses a region to find out the areas that need repainting, but forgot to free it, oops. https://gitlab.gnome.org/GNOME/mutter/merge_requests/873
This commit is contained in:
parent
668be1f4bd
commit
40e6aa7d94
@ -573,6 +573,8 @@ meta_background_actor_paint (ClutterActor *actor)
|
||||
paint_clipped_rectangle (fb, self->pipeline, &rect,
|
||||
&self->texture_area);
|
||||
}
|
||||
|
||||
cairo_region_destroy (region);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user