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

This commit is contained in:
Ignacio Roldán Etchevery 2021-05-21 06:25:51 +02:00
parent 4838e609ee
commit a3722a73aa
1 changed files with 0 additions and 1 deletions

View File

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