Changeset - r26667:467fdb5ebf66
[Not reviewed]
master
0 1 0
Jonathan G Rennison - 21 months ago 2022-12-22 19:23:17
j.g.rennison@gmail.com
Fix #10274: Use after free when rescanning scripts with GS selected
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/game/game_core.cpp
Show inline comments
 
@@ -199,6 +199,7 @@
 
	InvalidateWindowData(WC_AI_LIST, 0, 1);
 
	SetWindowClassesDirty(WC_AI_DEBUG);
 
	InvalidateWindowClassesData(WC_AI_SETTINGS);
 
	InvalidateWindowClassesData(WC_GAME_OPTIONS);
 
}
 

	
 

	
0 comments (0 inline, 0 general)