We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e264cc1 commit 74d30dcCopy full SHA for 74d30dc
source/loader/layers/sanitizer/asan_interceptor.cpp
@@ -188,7 +188,7 @@ SanitizerInterceptor::~SanitizerInterceptor() {
188
DestroyShadowMemoryOnDG2();
189
190
// We must release these objects before releasing adapters, since
191
- // they may use the adapter in their destruction process
+ // they may use the adapter in their destructor
192
m_Quarantine = nullptr;
193
m_MemBufferMap.clear();
194
m_AllocationMap.clear();
0 commit comments