diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index b45e2c3ae..6023e8bed 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -554,7 +554,6 @@ int mpd_main(int argc, char *argv[]) archive_plugin_deinit_all(); #endif config_global_finish(); - stats_global_finish(); io_thread_deinit(); SignalHandlersFinish(); delete instance; |