Fixed incorrect access of m_thread object
This commit is contained in:
parent
7de09f74d4
commit
704b8d0277
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ XboxdrvThread::~XboxdrvThread()
|
|||
{
|
||||
log_info << "waiting for thread to join: " << m_thread->get_id() << std::endl;
|
||||
stop_thread();
|
||||
log_info << "joined thread: " << m_thread->get_id() << std::endl;
|
||||
log_info << "thread joined" << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue