glsl: Also strdup the names of uniform list entries for >vec4 types.
authorEric Anholt <eric@anholt.net>
Thu, 19 Aug 2010 00:39:57 +0000 (17:39 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 19 Aug 2010 00:45:08 +0000 (17:45 -0700)
commitf1d5a9419784e939da1a4bcc482567f315da541a
treec59b94b5fc3b6c5c9c11ee600787da2611329002
parentbd7853768dd7ad52604e3b636ae71dacaa7352fe
glsl: Also strdup the names of uniform list entries for >vec4 types.

Fixes double-free since the fix to free all of the uniform list.
src/glsl/linker.cpp