You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
[Windows, 3.x] Remove cached icon earlier, to prevent double free crash on exit.
This commit is contained in:
@@ -1757,6 +1757,7 @@ void OS_Windows::finalize() {
|
||||
memdelete(input);
|
||||
touch_state.clear();
|
||||
|
||||
icon.unref();
|
||||
cursors_cache.clear();
|
||||
visual_server->finish();
|
||||
memdelete(visual_server);
|
||||
|
||||
Reference in New Issue
Block a user