mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
commit
a9a8c6a3d4
@ -28,6 +28,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <sys/mman.h>
|
||||
|
||||
|
@ -825,9 +825,9 @@ main(int argc, char **argv)
|
||||
#ifdef MPD
|
||||
DPRINTF(E_LOG, L_MAIN, "MPD deinit\n");
|
||||
mpd_deinit();
|
||||
mpd_fail:
|
||||
#endif
|
||||
|
||||
mpd_fail:
|
||||
DPRINTF(E_LOG, L_MAIN, "Player deinit\n");
|
||||
player_deinit();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user