test/utils.c: Initialize palette->rgba to 0.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 29 Aug 2010 22:02:02 +0000 (18:02 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 17 Dec 2010 21:57:53 +0000 (16:57 -0500)
commitd41522113ec84e74f7915599fd7624f842be8862
tree6e206a81bff9fc797aeb6509b744e0ecdc698f7d
parent337f0bff0d8965cb702175e0eedbf418b1e7f0b5
test/utils.c: Initialize palette->rgba to 0.

That way it can be used with palettes that are not statically
allocated, without causing valgrind issues.
test/utils.c