mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
gsk: Plug a memory leak in the gl renderer
Found by asan.
This commit is contained in:
parent
2217509701
commit
ef0d6c7290
@ -803,6 +803,8 @@ gsk_gl_render_job_untransform_bounds (GskGLRenderJob *job,
|
|||||||
|
|
||||||
out_rect->origin.x -= job->offset_x;
|
out_rect->origin.x -= job->offset_x;
|
||||||
out_rect->origin.y -= job->offset_y;
|
out_rect->origin.y -= job->offset_y;
|
||||||
|
|
||||||
|
gsk_transform_unref (transform);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
Loading…
Reference in New Issue
Block a user