aboutsummaryrefslogtreecommitdiff
path: root/pixman/test/alphamap.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-10-29 06:41:31 +0000
committermarha <marha@users.sourceforge.net>2010-10-29 06:41:31 +0000
commit5c8222f5274c5d56e260d72192d536a7228cfbc8 (patch)
treeb6b265decf4a31eed6fb5cb2939bfb69365b3cac /pixman/test/alphamap.c
parenta769e525374f80f0650699a2c97ad020cc76ea6d (diff)
parent3eee9271d2345cb54c1778629ba3cf3b804c2671 (diff)
downloadvcxsrv-5c8222f5274c5d56e260d72192d536a7228cfbc8.tar.gz
vcxsrv-5c8222f5274c5d56e260d72192d536a7228cfbc8.tar.bz2
vcxsrv-5c8222f5274c5d56e260d72192d536a7228cfbc8.zip
svn merge ^/branches/released .
Diffstat (limited to 'pixman/test/alphamap.c')
-rw-r--r--pixman/test/alphamap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pixman/test/alphamap.c b/pixman/test/alphamap.c
index 6d150cf69..ba3130e5d 100644
--- a/pixman/test/alphamap.c
+++ b/pixman/test/alphamap.c
@@ -82,6 +82,7 @@ create_image (pixman_format_code_t format, pixman_format_code_t alpha_format,
pixman_image_set_alpha_map (image, alpha,
alpha_origin_x, alpha_origin_y);
+ pixman_image_unref (alpha);
}
return image;
@@ -217,6 +218,10 @@ run_test (int s, int d, int sa, int da, int soff, int doff)
}
}
+ pixman_image_set_alpha_map (src, NULL, 0, 0);
+ pixman_image_set_alpha_map (dst, NULL, 0, 0);
+ pixman_image_set_alpha_map (orig_dst, NULL, 0, 0);
+
pixman_image_unref (src);
pixman_image_unref (dst);
pixman_image_unref (orig_dst);