mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
Stop inotify event at deinit
This commit is contained in:
@@ -1362,6 +1362,8 @@ filescanner_deinit(void)
|
||||
return;
|
||||
}
|
||||
|
||||
event_del(&inoev);
|
||||
|
||||
#ifdef USE_EVENTFD
|
||||
close(exit_efd);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user