Fix exaOffscreenFree call

This commit is contained in:
Connor Behan
2024-06-23 02:05:29 -03:00
committed by Martin-Éric RACINE
parent fc81b029c9
commit c1a96d05ef

View File

@@ -1346,7 +1346,7 @@ GXBlockHandler(BLOCKHANDLER_ARGS_DECL)
if (pPriv->area) {
#ifdef XF86EXA
if (pGeode->useEXA)
exaOffscreenFree(pScrni, pPriv->area);
exaOffscreenFree(pScrni->pScreen, pPriv->area);
#endif
if (!pGeode->useEXA)
xf86FreeOffscreenArea(pPriv->area);