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
1 changed files with 1 additions and 0 deletions

View File

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