Skip to content

Commit cb6ea51

Browse files
committed
fix
1 parent ede8cde commit cb6ea51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ydb/core/kqp/runtime/kqp_write_actor.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,6 +2995,12 @@ class TKqpBufferWriteActor :public TActorBootstrapped<TKqpBufferWriteActor>, pub
29952995
ForEachWriteActor([](TKqpTableWriteActor* actor, const TActorId) {
29962996
actor->Terminate();
29972997
});
2998+
2999+
{
3000+
Y_ABORT_UNLESS(Alloc);
3001+
TGuard<NMiniKQL::TScopedAlloc> allocGuard(*Alloc);
3002+
WriteInfos.clear();
3003+
}
29983004
}
29993005

30003006
void Handle(TEvTxProxy::TEvProposeTransactionStatus::TPtr &ev) {

0 commit comments

Comments
 (0)