summaryrefslogtreecommitdiff
path: root/hw/xfree86/exa/exapict.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/exa/exapict.c')
-rw-r--r--hw/xfree86/exa/exapict.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/exa/exapict.c b/hw/xfree86/exa/exapict.c
index e71f53575..24b59efac 100644
--- a/hw/xfree86/exa/exapict.c
+++ b/hw/xfree86/exa/exapict.c
@@ -511,6 +511,7 @@ exaComposite(CARD8 op,
REGION_RECTS(&region), REGION_NUM_RECTS(&region),
xSrc - xDst, ySrc - yDst,
FALSE, FALSE, 0, NULL);
+ REGION_UNINIT(pDst->pDrawable->pScreen, &region);
return;
}
}