diff options
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/dri_glx.c | 1 | ||||
-rw-r--r-- | src/glx/drisw_glx.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/dri_glx.c b/src/glx/dri_glx.c index 3a727e52904..03237d40ba8 100644 --- a/src/glx/dri_glx.c +++ b/src/glx/dri_glx.c @@ -850,7 +850,6 @@ driCreateScreen(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; 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; |