aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index d06202857..81170d27e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -505,9 +505,6 @@ int main(int argc, char *argv[])
initVolume();
initInterfaces();
- printMemorySavedByTagTracker();
- printSavedMemoryFromFilenames();
-
/* wait for the master process to get ready so we can start
* playing if readPlaylistState thinks we should*/
while (COMMAND_MASTER_READY != handlePendingSignals())
@@ -529,9 +526,7 @@ int main(int argc, char *argv[])
freeAllInterfaces();
closeAllListenSockets();
- /* This slows shutdown immensely, and doesn't really accomplish
- * anything. Uncomment when we rewrite tagTracker to use a tree. */
- /*closeMp3Directory(); */
+ closeMp3Directory();
finishPlaylist();
freePlayerData();