Skip to content

Commit 83c380a

Browse files
sampajanocopybara-github
authored andcommitted
Fixing a crash in grpc#36415
PiperOrigin-RevId: 793925219
1 parent f150e01 commit 83c380a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/lib/event_engine/cf_engine/cfstream_endpoint.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,6 @@ void CFStreamEndpointImpl::Shutdown() {
276276
read_event_.SetShutdown(shutdownStatus);
277277
write_event_.SetShutdown(shutdownStatus);
278278

279-
CFReadStreamSetClient(cf_read_stream_, 0, nullptr, nullptr);
280-
CFWriteStreamSetClient(cf_write_stream_, 0, nullptr, nullptr);
281-
282279
CFReadStreamSetDispatchQueue(cf_read_stream_, nullptr);
283280
CFWriteStreamSetDispatchQueue(cf_write_stream_, nullptr);
284281

0 commit comments

Comments
 (0)