st/mesa: replace REALLOC() with realloc()
authorBrian Paul <brianp@vmware.com>
Fri, 19 Oct 2012 20:51:20 +0000 (14:51 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 22 Oct 2012 21:49:31 +0000 (15:49 -0600)
commitbb93439873e0f270383d8a802eec79807d32c10a
tree78b9f0308c65a1911b8866c88005279da765a3c8
parent140f1d92071732cd6cc26a0e6f612aa9d6face12
st/mesa: replace REALLOC() with realloc()

We should use the later since we're freeing the memory with free(),
not the gallium FREE() macro.

This fixes a mismatch when using the gallium debug memory functions.

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