Skip to content

Commit

Permalink
SerialDriver: DTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
willeccles committed Sep 11, 2024
1 parent 7766692 commit 3069195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SerialDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ SerialDriver::Impl::Impl()
CheckDeadline();
}

SerialDriver::Impl::~Impl() {}
SerialDriver::Impl::~Impl() { Close(); }

ErrorCode SerialDriver::Impl::Open(const std::string& port) {
boost::system::error_code ec{};
Expand Down

0 comments on commit 3069195

Please sign in to comment.