Skip to content

Commit 6a42493

Browse files
committed
change name
1 parent c2aa7cd commit 6a42493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/loader/layers/sanitizer/asan/asan_interceptor.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ AsanInterceptor::~AsanInterceptor() {
4747
// detection depends on it.
4848
m_AllocationMap.clear();
4949

50-
for (auto &[_, ShadowManager] : m_ShadowMap) {
51-
ShadowManager->Destory();
52-
getContext()->urDdiTable.Context.pfnRelease(ShadowManager->Context);
50+
for (auto &[_, ShadowMemory] : m_ShadowMap) {
51+
ShadowMemory->Destory();
52+
getContext()->urDdiTable.Context.pfnRelease(ShadowMemory->Context);
5353
}
5454

5555
for (auto Adapter : m_Adapters) {

0 commit comments

Comments
 (0)