mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +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();
|
||||
close(s_wakeup_eventfd);
|
||||
}
|
||||
|
||||
void Init()
|
||||
|
Reference in New Issue
Block a user