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