Fixed incorrect access of m_thread object

This commit is contained in:
Ingo Ruhnke 2011-01-24 17:20:54 +01:00
parent 7de09f74d4
commit 704b8d0277

View file

@ -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;
}
}