From 4f31200a33f48445d3c628a46cb790d901391ef0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?RALOVICH=2C=20Krist=C3=B3f?= Date: Sat, 11 Oct 2008 13:09:50 +0200 Subject: [PATCH] glx: No need to zero a local variable. My previous commit e2060348630b59a446bac7f734fdde40033093ab introduced this. --- src/glx/x11/indirect_vertex_array.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/glx/x11/indirect_vertex_array.c b/src/glx/x11/indirect_vertex_array.c index c7a20e2bc56..aec48824f5b 100644 --- a/src/glx/x11/indirect_vertex_array.c +++ b/src/glx/x11/indirect_vertex_array.c @@ -121,7 +121,6 @@ __glXFreeVertexArrayState( __GLXcontext * gc ) arrays->arrays = NULL; } free(arrays); - arrays = NULL; state->array_state = NULL; } } -- 2.30.2