diff options
Diffstat (limited to 'src/glx/drisw_glx.c')
-rw-r--r-- | src/glx/drisw_glx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/drisw_glx.c b/src/glx/drisw_glx.c index 920a9ab7b99..014296b40ed 100644 --- a/src/glx/drisw_glx.c +++ b/src/glx/drisw_glx.c @@ -636,7 +636,6 @@ driswCreateScreen(int screen, struct glx_display *priv) if (psc == NULL) return NULL; - memset(psc, 0, sizeof *psc); if (!glx_screen_init(&psc->base, screen, priv)) { free(psc); return NULL; |