mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
composite: Free cs->implicitRedirectExceptions in compCloseScreen
Fixes leaking the memory it points to.
This commit is contained in:
committed by
Michel Dänzer
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;
|
||||
|
||||
Reference in New Issue
Block a user