aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Ozeritskiy <aozeritsky@gmail.com>2022-06-03 20:56:14 +0300
committerAlexey Ozeritskiy <aozeritsky@gmail.com>2022-06-03 20:56:14 +0300
commit9406dbd646356a468b7f5f43afa0d194bd11e87e (patch)
tree77642339e1a250852907e20e9f29c3a58990ee38
parent89cd76863d2922f5d828aae233550255e876a6d8 (diff)
downloadydb-9406dbd646356a468b7f5f43afa0d194bd11e87e.tar.gz
YQ-1121: Fix test_query_events test
ref:427f962ae19d10ecc957028e850f1ad20d122209
-rw-r--r--ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h1
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 bba89917e8..13d4b041f0 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) {