From 9ddf44af81782451cee798e06749ce3067a14a41 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 13 Aug 2012 10:09:30 +0200 Subject: mesa pixman xkeyboard-config xserver git update 13 Aug 2012 --- pixman/demos/srgb-test.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pixman/demos/srgb-test.c') diff --git a/pixman/demos/srgb-test.c b/pixman/demos/srgb-test.c index bc073491e..681d52181 100644 --- a/pixman/demos/srgb-test.c +++ b/pixman/demos/srgb-test.c @@ -79,15 +79,6 @@ main (int argc, char **argv) pixman_image_unref (src1_img); free (src1); - pixman_image_unref (dest_img); - - /* Now that the picture has been correctly constructed, - * we hand it over to our support library as argb which it - * knows how to handle (it doesn't understand _sRGB format). */ - dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, - WIDTH, HEIGHT, - dest, - WIDTH * 4); show_image (dest_img); pixman_image_unref (dest_img); free (dest); -- cgit v1.2.3