[config] join notifier thread just to be sure

pull/109/head
jackun 4 years ago
parent e72a7bdd76
commit 1b192c4910
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -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…
Cancel
Save