diff --git a/src/coreclr/vm/ceeload.cpp b/src/coreclr/vm/ceeload.cpp index 0f4904d29bf10..86ff274d9d00d 100644 --- a/src/coreclr/vm/ceeload.cpp +++ b/src/coreclr/vm/ceeload.cpp @@ -1350,6 +1350,10 @@ void Module::Destruct() m_file->Release(); } +#if defined(PROFILING_SUPPORTED) + delete m_pJitInlinerTrackingMap; +#endif + // If this module was loaded as domain-specific, then // we must free its ModuleIndex so that it can be reused FreeModuleIndex();