Skip to content

Commit

Permalink
Merge in 'release/6.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed May 16, 2022
2 parents 4286d0e + 6a2204c commit 84cbdab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/coreclr/vm/ceeload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 84cbdab

Please sign in to comment.