From: Zoltan Varga Date: Thu, 17 Mar 2016 11:06:02 +0000 (+0100) Subject: [runtime] Cleanup the debug info module before the images module since ppdb debug... X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=3736375ac24304ac7aa49c05df84572f5224b8d1;p=mono.git [runtime] Cleanup the debug info module before the images module since ppdb debug info depends on images. Fixes #39715. --- diff --git a/mono/metadata/domain.c b/mono/metadata/domain.c index 9f2d9fbd814..ab021003394 100644 --- a/mono/metadata/domain.c +++ b/mono/metadata/domain.c @@ -886,8 +886,8 @@ mono_cleanup (void) mono_loader_cleanup (); mono_classes_cleanup (); mono_assemblies_cleanup (); - mono_images_cleanup (); mono_debug_cleanup (); + mono_images_cleanup (); mono_metadata_cleanup (); mono_native_tls_free (appdomain_thread_id);