free(key) in _tnl_UpdateFixedFunctionProgram()
This commit is contained in:
committed by
Brian Paul
parent
8bdf5b6e64
commit
e291cf6f8d
@@ -1575,6 +1575,9 @@ void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx )
|
||||
} else {
|
||||
FREE(key);
|
||||
}
|
||||
else {
|
||||
FREE(key);
|
||||
}
|
||||
|
||||
_mesa_reference_vertprog(ctx, &ctx->VertexProgram._TnlProgram, newProg);
|
||||
_mesa_reference_vertprog(ctx, &ctx->VertexProgram._Current, newProg);
|
||||
|
||||
Reference in New Issue
Block a user