mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 22:18:08 +02:00
KDrive: Xephyr: Don't leak screen damage structure
This commit is contained in:
parent
b2f6cd290c
commit
941058f8da
1 changed files with 1 additions and 0 deletions
|
|
@ -402,6 +402,7 @@ ephyrUnsetInternalDamage (ScreenPtr pScreen)
|
|||
|
||||
pPixmap = (*pScreen->GetScreenPixmap) (pScreen);
|
||||
DamageUnregister (&pPixmap->drawable, scrpriv->pDamage);
|
||||
DamageDestroy (scrpriv->pDamage);
|
||||
|
||||
RemoveBlockAndWakeupHandlers (ephyrInternalDamageBlockHandler,
|
||||
ephyrInternalDamageWakeupHandler,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue