st/mesa: s/CALLOC/calloc/ to fix allocation bug
authorBrian Paul <brianp@vmware.com>
Thu, 30 Aug 2012 22:12:53 +0000 (16:12 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 31 Aug 2012 14:05:38 +0000 (08:05 -0600)
commit43ed822a50db6b980041ddf91c16c7f8fccc4092
treece97cf56998dbeaacb374f248d09b2cf9cd32d2a
parentc5f9cf8232952388db23ece3c712e6111328a69e
st/mesa: s/CALLOC/calloc/ to fix allocation bug

The CALLOC() macro only takes one argument so this was being treated
as a comma expression.  Simply use calloc() instead.

A follow-on patch will replace all CALLOC() calls with calloc().

NOTE: This is a candidate for the 8.0 and 9.0 branches.
src/mesa/state_tracker/st_mesa_to_tgsi.c