glsl2 main: Switch from realloc to talloc_realloc to construct program source.
authorCarl Worth <cworth@cworth.org>
Thu, 24 Jun 2010 02:09:56 +0000 (19:09 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 24 Jun 2010 02:09:56 +0000 (19:09 -0700)
commit26bbfb7917a71d46d9227bbf960606cb673636d3
tree284c2855c2bfd69a34446b8e322735486faee692
parentb3bd77da56ce8aa225ee91565e4d1e640685728c
glsl2 main: Switch from realloc to talloc_realloc to construct program source.

This closes 1 leak in the glsl-orangebook-ch06-bump.frag test leaving
4 to go, (all of which are inside hash_table.c).
main.cpp