diff options
| -rw-r--r-- | src/mesa/tnl/t_vp_build.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 2b1eefe809..4a0ce447c6 100644 --- a/src/mesa/tnl/t_vp_build.c +++ b/src/mesa/tnl/t_vp_build.c @@ -1572,6 +1572,8 @@ void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx )  	 cache_item(ctx, tnl->vp_cache, hash, key, newProg);           _mesa_reference_vertprog(ctx, &ctx->VertexProgram._TnlProgram, newProg); +      } else { +	 FREE(key);        }        _mesa_reference_vertprog(ctx, &ctx->VertexProgram._TnlProgram, newProg);  | 
