Skip to content

Commit 6b4d585

Browse files
heap-use-after-free (#10484)
1 parent 7fbf2c3 commit 6b4d585

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)