evdev: fix shutdown hang

Note: This probably means our approach of populating from udev isn't
safe to be called multiple times.
This commit is contained in:
Tillmann Karras 2016-12-05 00:36:09 +00:00
parent 0043bd3547
commit 3c090a37d4

View File

@ -141,7 +141,6 @@ static void StopHotplugThread()
void Init()
{
s_devnode_name_map.clear();
PopulateDevices();
StartHotplugThread();
}