memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()
(cherry picked from commit 391095e0ef
)
This commit is contained in:
parent
43c74056b1
commit
4220ffbd8e
|
@ -89,6 +89,8 @@ joystick_linux::joystick_linux(InputDefault *in)
|
||||||
joystick_linux::~joystick_linux() {
|
joystick_linux::~joystick_linux() {
|
||||||
exit_udev = true;
|
exit_udev = true;
|
||||||
Thread::wait_to_finish(joy_thread);
|
Thread::wait_to_finish(joy_thread);
|
||||||
|
memdelete(joy_thread);
|
||||||
|
memdelete(joy_mutex);
|
||||||
close_joystick();
|
close_joystick();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue