mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
evdev: Don't leak eventfd on shutdown
This commit is contained in:
@ -136,6 +136,7 @@ static void StopHotplugThread()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
s_hotplug_thread.join();
|
s_hotplug_thread.join();
|
||||||
|
close(s_wakeup_eventfd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Init()
|
void Init()
|
||||||
|
Reference in New Issue
Block a user