mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-04 06:00:23 +00:00
[config] join notifier thread just to be sure
This commit is contained in:
parent
e72a7bdd76
commit
1b192c4910
@ -64,4 +64,6 @@ void stop_notifier(notify_thread& nt)
|
||||
inotify_rm_watch(nt.fd, nt.wd);
|
||||
close(nt.fd);
|
||||
nt.fd = -1;
|
||||
|
||||
pthread_join(fileChange, nullptr);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user