diff options
| author | Alexey Ozeritskiy <[email protected]> | 2022-06-03 20:56:14 +0300 |
|---|---|---|
| committer | Alexey Ozeritskiy <[email protected]> | 2022-06-03 20:56:14 +0300 |
| commit | 9406dbd646356a468b7f5f43afa0d194bd11e87e (patch) | |
| tree | 77642339e1a250852907e20e9f29c3a58990ee38 | |
| parent | 89cd76863d2922f5d828aae233550255e876a6d8 (diff) | |
YQ-1121: Fix test_query_events test
ref:427f962ae19d10ecc957028e850f1ad20d122209
| -rw-r--r-- | ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h b/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h index bba89917e8f..13d4b041f05 100644 --- a/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h +++ b/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h @@ -471,6 +471,7 @@ protected: } this->PassAway(); + MemoryQuota = nullptr; } void Terminate(bool success, const TString& message) { |
