Skip to content

Commit 74736b7

Browse files
author
ilezhankin
committed
Fix arrow cleanup with memory profiling
commit_hash:e370e8427914d34a80a935263e7fb1994874866c
1 parent 4d6617a commit 74736b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yql/essentials/minikql/mkql_alloc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ void TAllocState::CleanupArrowList(TListEntry* root) {
5555
auto size = ((TMkqlArrowHeader*)curr)->Size;
5656
auto fullSize = size + sizeof(TMkqlArrowHeader);
5757
ReleaseAlignedPage(curr, fullSize);
58-
curr = next;
5958
#endif
59+
curr = next;
6060
}
6161

6262
root->InitLinks();

0 commit comments

Comments
 (0)