composite: Free cs->implicitRedirectExceptions in compCloseScreen
Fixes leaking the memory it points to.
This commit is contained in:
parent
16aa40f1c8
commit
ff0c252e57
|
@ -59,6 +59,7 @@ compCloseScreen(ScreenPtr pScreen)
|
|||
Bool ret;
|
||||
|
||||
free(cs->alternateVisuals);
|
||||
free(cs->implicitRedirectExceptions);
|
||||
|
||||
pScreen->CloseScreen = cs->CloseScreen;
|
||||
pScreen->InstallColormap = cs->InstallColormap;
|
||||
|
|
Loading…
Reference in New Issue