C#+iOS: Fix crash at exit for passing NULL domain to mono_jit_cleanup
This commit is contained in:
parent
4838e609ee
commit
a3722a73aa
|
@ -1263,7 +1263,6 @@ GDMono::~GDMono() {
|
|||
|
||||
project_assembly = NULL;
|
||||
|
||||
root_domain = NULL;
|
||||
scripts_domain = NULL;
|
||||
|
||||
// Leave the rest to 'mono_jit_cleanup'
|
||||
|
|
Loading…
Reference in New Issue