mirror of
https://github.com/X11Libre/xf86-video-geode.git
synced 2026-03-24 01:24:52 +00:00
Fix exaOffscreenFree call
This commit is contained in:
committed by
Martin-Éric RACINE
parent
fc81b029c9
commit
c1a96d05ef
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user