mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 08:29:23 +00:00
Fix a leak of window devPrivates in window.c/CrushTree().
This commit is contained in:
@@ -929,6 +929,7 @@ CrushTree(WindowPtr pWin)
|
||||
(*UnrealizeWindow)(pChild);
|
||||
}
|
||||
FreeWindowResources(pChild);
|
||||
dixFreePrivates(pChild->devPrivates);
|
||||
xfree(pChild);
|
||||
if ( (pChild = pSib) )
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user