Skip to content

Commit

Permalink
Fixed segmentation fault in ThrowOnError function (#13736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki authored Jan 22, 2025
1 parent 84ac963 commit 8749539
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class TYdbErrorException : public TYdbException {
TYdbErrorException(TStatus status)
: Status_(std::move(status))
{
*this << status;
}

friend IOutputStream& operator<<(IOutputStream& out, const TYdbErrorException& e) {
Expand Down

0 comments on commit 8749539

Please sign in to comment.