diff options
Diffstat (limited to 'src/mesa/main/texenvprogram.c')
-rw-r--r-- | src/mesa/main/texenvprogram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index f18ae041f3c..4cb97469a58 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -1145,6 +1145,7 @@ void _mesa_UpdateTexEnvProgram( GLcontext *ctx ) cache_item(&ctx->Texture.env_fp_cache, hash, key, ctx->_TexEnvProgram); } else { + FREE(key); if (0) _mesa_printf("Found existing texenv program for key %x\n", hash); } |