Merge pull request #61 from kmiya/fix-copy-paste-error

Fix copy-paste error in timesync
This commit is contained in:
livox
2020-10-26 21:23:38 +08:00
committed by GitHub

View File

@@ -98,7 +98,7 @@ void TimeSync::StopTimesync() {
t_poll_state_ = nullptr;
}
if (t_poll_state_) {
if (t_poll_data_) {
t_poll_data_->join();
t_poll_data_ = nullptr;
}