Shutdown fix

pull/12/head
Ken 2020-12-18 02:52:20 -05:00
parent 721eda9cbc
commit 91ac4abd7e
1 changed files with 1 additions and 1 deletions

View File

@ -113,6 +113,6 @@ ControlListener::Run()
void
ControlListener::Quit()
{
ctrl_thread_->Stop();
ctrl_thread_->Quit();
}
} // namespace tincan