Unverified Commit 9dea035e by Rémi Verschelde Committed by GitHub

Merge pull request #32784 from neikeq/issue-32762

C#: Fix regression from #32732 caused a crash on domain reload
parents 18d378e3 8a0c0371
......@@ -988,6 +988,11 @@ Error GDMono::_unload_scripts_domain() {
_domain_assemblies_cleanup(mono_domain_get_id(scripts_domain));
core_api_assembly.assembly = NULL;
#ifdef TOOLS_ENABLED
editor_api_assembly.assembly = NULL;
#endif
project_assembly = NULL;
#ifdef TOOLS_ENABLED
tools_assembly = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment