diff options
Diffstat (limited to 'exa')
-rw-r--r-- | exa/exa_mixed.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exa/exa_mixed.c b/exa/exa_mixed.c index 89cb137e4..7fa771d49 100644 --- a/exa/exa_mixed.c +++ b/exa/exa_mixed.c @@ -257,8 +257,7 @@ exaDestroyPixmap_mixed(PixmapPtr pPixmap) pExaPixmap->driverPriv = NULL; if (pExaPixmap->pDamage) { - if (pExaPixmap->sys_ptr) - free(pExaPixmap->sys_ptr); + free(pExaPixmap->sys_ptr); pExaPixmap->sys_ptr = NULL; pExaPixmap->pDamage = NULL; } |