summaryrefslogtreecommitdiff
path: root/src/via_accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/via_accel.c')
-rw-r--r--src/via_accel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/via_accel.c b/src/via_accel.c
index 2a42fe9..ff702bd 100644
--- a/src/via_accel.c
+++ b/src/via_accel.c
@@ -2076,6 +2076,7 @@ viaInitExa(ScreenPtr pScreen)
ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
VIAPtr pVia = VIAPTR(pScrn);
ExaDriverPtr pExa = exaDriverAlloc();
+ memset(pExa, 0, sizeof(*pExa));
if (!pExa)
return NULL;