pixman-filter.c: Cope with NULL returns from malloc()
authorSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 20 Dec 2012 16:28:25 +0000 (11:28 -0500)
committerSøren Sandmann <ssp@redhat.com>
Sun, 6 Jan 2013 22:38:23 +0000 (17:38 -0500)
commit35cc965514ca6e665c18411fcf66db826d559c2a
tree5760d1de04b6b2c17b84c857904d35dc8357b5e3
parent58526cfc7290a740f61e288f09fe721c4e6511bd
pixman-filter.c: Cope with NULL returns from malloc()

v2: Don't return a pointer to uninitialized memory when the allocation
of horz and vert fails, but allocation of params doesn't.
pixman/pixman-filter.c