Dangling use of miDestroyGCOps

This commit is contained in:
Adam Jackson 2008-10-03 18:30:37 -04:00
parent f5bbc54a93
commit b72a217ad5

View File

@ -51,7 +51,6 @@ miDestroyGC(GCPtr pGC)
(*pGC->pScreen->DestroyPixmap) (pGC->pRotatedPixmap); (*pGC->pScreen->DestroyPixmap) (pGC->pRotatedPixmap);
if (pGC->freeCompClip) if (pGC->freeCompClip)
REGION_DESTROY(pGC->pScreen, pGC->pCompositeClip); REGION_DESTROY(pGC->pScreen, pGC->pCompositeClip);
miDestroyGCOps(pGC->ops);
} }
_X_EXPORT void _X_EXPORT void