From: Keith Whitwell Date: Fri, 5 May 2006 00:00:46 +0000 (+0000) Subject: Release temporary X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab377ce414ba5ca286bab0ddc8e80769bcb88656;p=mesa.git Release temporary --- diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 56800aafda0..eb12dfe6aa1 100644 --- a/src/mesa/tnl/t_vp_build.c +++ b/src/mesa/tnl/t_vp_build.c @@ -1154,6 +1154,8 @@ static void build_reflect_texgen( struct tnl_program *p, emit_op2(p, OPCODE_ADD, tmp, 0, tmp, tmp); /* (-2n.u)n + u */ emit_op3(p, OPCODE_MAD, dest, writemask, negate(tmp), normal, eye_hat); + + release_temp(p, tmp); } static void build_sphere_texgen( struct tnl_program *p,