mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 07:00:03 +01:00
composite: Free cs->implicitRedirectExceptions in compCloseScreen
Fixes leaking the memory it points to.
This commit is contained in:
parent
16aa40f1c8
commit
ff0c252e57
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ compCloseScreen(ScreenPtr pScreen)
|
|||
Bool ret;
|
||||
|
||||
free(cs->alternateVisuals);
|
||||
free(cs->implicitRedirectExceptions);
|
||||
|
||||
pScreen->CloseScreen = cs->CloseScreen;
|
||||
pScreen->InstallColormap = cs->InstallColormap;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue