gsk: Plug a memory leak in the gl renderer

Found by asan.
This commit is contained in:
Matthias Clasen 2023-06-27 21:52:08 -04:00
parent 2217509701
commit ef0d6c7290

View File

@ -803,6 +803,8 @@ gsk_gl_render_job_untransform_bounds (GskGLRenderJob *job,
out_rect->origin.x -= job->offset_x;
out_rect->origin.y -= job->offset_y;
gsk_transform_unref (transform);
}
static inline void