1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-05 17:15:09 +00:00

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

View File

@@ -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'