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