Re: [Mesa-dev] [PATCH] st/mesa: replace REALLOC() with realloc()

2012-10-25 Thread Jose Fonseca
Reviewed-by: Jose Fonseca - Original Message - > 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/me

[Mesa-dev] [PATCH] st/mesa: replace REALLOC() with realloc()

2012-10-19 Thread Brian Paul
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 | 10 ++ 1 files changed, 2