mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
glx: No need to zero a local variable.
My previous commit e206034863 introduced this.
This commit is contained in:
parent
b4bb29cecd
commit
4f31200a33
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ __glXFreeVertexArrayState( __GLXcontext * gc )
|
|||
arrays->arrays = NULL;
|
||||
}
|
||||
free(arrays);
|
||||
arrays = NULL;
|
||||
state->array_state = NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue