We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4286d0e + 6a2204c commit 84cbdabCopy full SHA for 84cbdab
1 file changed
src/coreclr/vm/ceeload.cpp
@@ -1350,6 +1350,10 @@ void Module::Destruct()
1350
m_file->Release();
1351
}
1352
1353
+#if defined(PROFILING_SUPPORTED)
1354
+ delete m_pJitInlinerTrackingMap;
1355
+#endif
1356
+
1357
// If this module was loaded as domain-specific, then
1358
// we must free its ModuleIndex so that it can be reused
1359
FreeModuleIndex();
0 commit comments