Skip to content

Commit 40620ff

Browse files
YQ-3786 heap use after free / to stable (#10796)
Co-authored-by: Alek5andr-Kotov <akotov@ydb.tech>
1 parent 8ff34f6 commit 40620ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/fq/pq_async_io/ut/dq_pq_rd_read_actor_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct TFixture : public TPqIoTestFixture {
6868
auto ExpectCoordinatorRequest(NActors::TActorId coordinatorId) {
6969
auto eventHolder = CaSetup->Runtime->GrabEdgeEvent<NFq::TEvRowDispatcher::TEvCoordinatorRequest>(coordinatorId, TDuration::Seconds(5));
7070
UNIT_ASSERT(eventHolder.Get() != nullptr);
71-
return eventHolder.Get();
71+
return eventHolder;
7272
}
7373

7474
void ExpectStartSession(ui64 expectedOffset, NActors::TActorId rowDispatcherId) {

0 commit comments

Comments
 (0)