Skip to content

Commit

Permalink
Fix a merge resolution artifact that triggered ASAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns committed Jan 25, 2022
1 parent 308e2d5 commit c5a18a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/ReadHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ void ReadHandler::Close()

MoveToState(HandlerState::AwaitingDestruction);
mCallback.OnDone(*this);
mLastWrittenEventsBytes = 0;
}

CHIP_ERROR ReadHandler::OnInitialRequest(System::PacketBufferHandle && aPayload)
Expand Down

0 comments on commit c5a18a6

Please sign in to comment.