glx: No need to zero a local variable.

My previous commit e206034863 introduced this.
This commit is contained in:
RALOVICH, Kristóf 2008-10-11 13:09:50 +02:00 committed by Brian Paul
parent 0b188d1cdc
commit 61eb4f50eb

View file

@ -121,7 +121,6 @@ __glXFreeVertexArrayState( __GLXcontext * gc )
arrays->arrays = NULL;
}
free(arrays);
arrays = NULL;
state->array_state = NULL;
}
}