Skip to content

Commit ff2b01d

Browse files
authored
Kqp scan actor segfault fix (#26505)
1 parent 43d3d02 commit ff2b01d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/core/kqp/compute_actor/kqp_scan_compute_actor.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ class TKqpScanComputeActor: public NScheduler::TSchedulableComputeActorBase<TKqp
6565
const EBlockTrackingMode BlockTrackingMode;
6666

6767
public:
68+
~TKqpScanComputeActor() override {
69+
DoTerminateImpl();
70+
}
71+
6872
static constexpr NKikimrServices::TActivity::EType ActorActivityType() {
6973
return NKikimrServices::TActivity::KQP_SCAN_COMPUTE_ACTOR;
7074
}

0 commit comments

Comments
 (0)