Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mono/mini/debugger-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/mini/debugger-agent.c b/mono/mini/debugger-agent.c
index 3dc32c0e7e4..c01cb0f1d7c 100644
--- a/mono/mini/debugger-agent.c
+++ b/mono/mini/debugger-agent.c
@@ -6507,7 +6507,7 @@ clear_types_for_assembly (MonoAssembly *assembly)
MonoDomain *domain = mono_domain_get ();
AgentDomainInfo *info = NULL;
- if (!domain)
+ if (!domain || !domain_jit_info (domain))
/* Can happen during shutdown */
return;