In pixman_image_set_transform() allow NULL for transform
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 15 Feb 2011 14:11:44 +0000 (09:11 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 18 Feb 2011 11:21:38 +0000 (06:21 -0500)
commit510c0d088a975efe75cc2b796547f3aaed1c18e6
treea53ac1dc78584cac01133fa24352786549d6a007
parent7feb710e60cdab5c448a396537a8de16e72091e2
In pixman_image_set_transform() allow NULL for transform

Previously, this would crash unless the existing transform were also
NULL.
pixman/pixman-image.c