composite: Free cs->implicitRedirectExceptions in compCloseScreen

Fixes leaking the memory it points to.
This commit is contained in:
Michel Dänzer 2023-06-29 10:57:51 +02:00 committed by Michel Dänzer
parent 16aa40f1c8
commit ff0c252e57

View File

@ -59,6 +59,7 @@ compCloseScreen(ScreenPtr pScreen)
Bool ret;
free(cs->alternateVisuals);
free(cs->implicitRedirectExceptions);
pScreen->CloseScreen = cs->CloseScreen;
pScreen->InstallColormap = cs->InstallColormap;