mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 11:18:26 +02:00
Dangling use of miDestroyGCOps
This commit is contained in:
parent
f5bbc54a93
commit
b72a217ad5
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ miDestroyGC(GCPtr pGC)
|
|||
(*pGC->pScreen->DestroyPixmap) (pGC->pRotatedPixmap);
|
||||
if (pGC->freeCompClip)
|
||||
REGION_DESTROY(pGC->pScreen, pGC->pCompositeClip);
|
||||
miDestroyGCOps(pGC->ops);
|
||||
}
|
||||
|
||||
_X_EXPORT void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue