Skip to content

Commit 13bd44e

Browse files
author
grigoriypisar
committed
fix verify fail in mkql alloc under mem profile
Fixed verify fail under mem profile commit_hash:3133759a94041f4e6c0dfeddf0e48b162a399d67
1 parent 39c78c7 commit 13bd44e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yql/essentials/minikql/aligned_page_pool.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ void TAlignedPagePoolImpl<T>::ReturnPage(void* addr) noexcept {
460460
#if defined(ALLOW_DEFAULT_ALLOCATOR)
461461
if (Y_UNLIKELY(IsDefaultAllocator)) {
462462
ReturnBlock(addr, POOL_PAGE_SIZE);
463+
AllPages.erase(addr);
463464
return;
464465
}
465466
#endif

0 commit comments

Comments
 (0)