cell: memset() key to zero

This commit is contained in:
Brian Paul 2008-10-07 14:50:06 -06:00
parent 44799c3b7e
commit be3c070b6a

View file

@ -49,6 +49,7 @@ lookup_fragment_ops(struct cell_context *cell)
/*
* Build key
*/
memset(&key, 0, sizeof(key));
key.blend = *cell->blend;
key.dsa = *cell->depth_stencil;