memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()

(cherry picked from commit 391095e0ef)
This commit is contained in:
MSC 2016-04-03 19:24:39 +02:00 committed by Rémi Verschelde
parent 43c74056b1
commit 4220ffbd8e
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ joystick_linux::joystick_linux(InputDefault *in)
joystick_linux::~joystick_linux() {
exit_udev = true;
Thread::wait_to_finish(joy_thread);
memdelete(joy_thread);
memdelete(joy_mutex);
close_joystick();
}