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 3c84edb commit 2f9bcf5Copy full SHA for 2f9bcf5
source/loader/layers/sanitizer/asan_interceptor.cpp
@@ -154,6 +154,7 @@ SanitizerInterceptor::~SanitizerInterceptor() {
154
DestroyShadowMemoryOnCPU();
155
DestroyShadowMemoryOnPVC();
156
157
+ std::shared_lock<ur_shared_mutex> Guard(m_AllocationMapMutex);
158
bool HasLeak = false;
159
for (const auto &[_, AI] : m_AllocationMap) {
160
if (!AI->IsReleased) {
0 commit comments