The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem to
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 24 May 2006 03:34:17 +0000 (03:34 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 24 May 2006 03:34:17 +0000 (03:34 +0000)
commit04fa003a501298500607c4e83e58cb0291ddc6e4
tree81fa6055e2c68813a37a27f021c4d3bfe463aaab
parent65a51c0d6243f07491578e95b85bc483f923b817
The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem to
be needed (it's set in texenvprogram.c) and is a memory leak according to
valgrind.
Disable with #if 0 / #endif
src/mesa/main/state.c