You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
C#+iOS: Fix crash at exit for passing NULL domain to mono_jit_cleanup
This commit is contained in:
@@ -1263,7 +1263,6 @@ GDMono::~GDMono() {
|
||||
|
||||
project_assembly = NULL;
|
||||
|
||||
root_domain = NULL;
|
||||
scripts_domain = NULL;
|
||||
|
||||
// Leave the rest to 'mono_jit_cleanup'
|
||||
|
||||
Reference in New Issue
Block a user