This was reported by Valgrind.
Signed-off-by: Ryo Munakata <[email protected]>
---
src/pixman-renderer.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/pixman-renderer.c b/src/pixman-renderer.c
index 351f00e..2c26c3a 100644
--- a/src/pixman-renderer.c
+++ b/src/pixman-renderer.c
@@ -457,6 +457,7 @@ copy_to_hw_buffer(struct weston_output *output,
pixman_region32_t *region)
region_global_to_output(output, &output_region);
pixman_image_set_clip_region32 (po->hw_buffer, &output_region);
+ pixman_region32_fini(&output_region);
pixman_image_composite32(PIXMAN_OP_SRC,
po->shadow_image, /* src */
--
2.1.0
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel