mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 00:10:25 +01:00
free(key) in _tnl_UpdateFixedFunctionProgram()
This commit is contained in:
parent
8bdf5b6e64
commit
e291cf6f8d
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue