mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 14:13:18 -05:00
Stop inotify event at deinit
This commit is contained in:
parent
25ee24d2be
commit
7df92ae6bd
@ -1362,6 +1362,8 @@ filescanner_deinit(void)
|
||||
return;
|
||||
}
|
||||
|
||||
event_del(&inoev);
|
||||
|
||||
#ifdef USE_EVENTFD
|
||||
close(exit_efd);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user