Move NULL check out of get_image_info()
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 16 Sep 2009 11:29:08 +0000 (07:29 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Mon, 15 Feb 2010 02:45:25 +0000 (21:45 -0500)
commit6b2da683debd1b3fc1862752cb26e6799b644e05
treebcb2a64afcbc257acc3c3466ebaba035d15c5db1
parent1dd8744f40f4b754fb3aa26a3c7f4fbe54c27155
Move NULL check out of get_image_info()

The NULL check is only necessary for masks, so there is no reason to
do it for destinations and sources.
pixman/pixman.c