mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
evdev: Don't leak eventfd on shutdown
This commit is contained in:
parent
9a3705f82d
commit
0822bb347d
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ static void StopHotplugThread()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
s_hotplug_thread.join();
|
s_hotplug_thread.join();
|
||||||
|
close(s_wakeup_eventfd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Init()
|
void Init()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue