Browse Source

C#+iOS: Fix crash at exit for passing NULL domain to mono_jit_cleanup

Ignacio Roldán Etchevery 4 years ago
parent
commit
a3722a73aa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/mono/mono_gd/gd_mono.cpp

+ 0 - 1
modules/mono/mono_gd/gd_mono.cpp

@@ -1263,7 +1263,6 @@ GDMono::~GDMono() {
 
 
 		project_assembly = NULL;
 		project_assembly = NULL;
 
 
-		root_domain = NULL;
 		scripts_domain = NULL;
 		scripts_domain = NULL;
 
 
 		// Leave the rest to 'mono_jit_cleanup'
 		// Leave the rest to 'mono_jit_cleanup'