1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-27 06:04:25 +01:00

Fix #10274: Use after free when rescanning scripts with GS selected

This commit is contained in:
Jonathan G Rennison
2022-12-22 19:23:17 +00:00
committed by rubidium42
parent f6e7e44169
commit d4c530904c

View File

@@ -199,6 +199,7 @@
InvalidateWindowData(WC_AI_LIST, 0, 1);
SetWindowClassesDirty(WC_AI_DEBUG);
InvalidateWindowClassesData(WC_AI_SETTINGS);
InvalidateWindowClassesData(WC_GAME_OPTIONS);
}