fix merge collision

This commit is contained in:
Brian Paul
2008-05-16 15:17:35 -06:00
parent f2632212ad
commit f27c6f3139
+1 -3
View File
@@ -1572,11 +1572,9 @@ 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);
}
else {
FREE(key);
FREE(key);
}
_mesa_reference_vertprog(ctx, &ctx->VertexProgram._TnlProgram, newProg);