xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Fri Oct 3 14:42:28 PDT 2008


 mi/migc.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b72a217ad59cc527327d7b1fc81898677b977d8f
Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Oct 3 18:30:37 2008 -0400

    Dangling use of miDestroyGCOps

diff --git a/mi/migc.c b/mi/migc.c
index 17931be..e6bec31 100644
--- a/mi/migc.c
+++ b/mi/migc.c
@@ -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


More information about the xorg-commit mailing list