mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 14:00:06 +01:00
Fix a leak of window devPrivates in window.c/CrushTree().
This commit is contained in:
parent
15e4b6c574
commit
7ddfb2f158
1 changed files with 1 additions and 0 deletions
|
|
@ -929,6 +929,7 @@ CrushTree(WindowPtr pWin)
|
|||
(*UnrealizeWindow)(pChild);
|
||||
}
|
||||
FreeWindowResources(pChild);
|
||||
dixFreePrivates(pChild->devPrivates);
|
||||
xfree(pChild);
|
||||
if ( (pChild = pSib) )
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue