Skip to content

Commit

Permalink
A bit more clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherednik committed Jan 10, 2025
1 parent f96c8d4 commit e71aaf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ void TSession::TImpl::StartAsyncRead(TStreamProcessorPtr ptr, std::weak_ptr<ISes
auto impl = holder->TrySharedOwning();
if (impl) {
impl->CloseFromServer(client);
holder->Release();
}
holder->Release();
break;
}
}
Expand Down

0 comments on commit e71aaf9

Please sign in to comment.