Skip to content

Commit 84cbdab

Browse files
committed
Merge in 'release/6.0' changes
2 parents 4286d0e + 6a2204c commit 84cbdab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/coreclr/vm/ceeload.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,10 @@ void Module::Destruct()
13501350
m_file->Release();
13511351
}
13521352

1353+
#if defined(PROFILING_SUPPORTED)
1354+
delete m_pJitInlinerTrackingMap;
1355+
#endif
1356+
13531357
// If this module was loaded as domain-specific, then
13541358
// we must free its ModuleIndex so that it can be reused
13551359
FreeModuleIndex();

0 commit comments

Comments
 (0)