Commit e6b0d82c authored by J. Alexander Treuman's avatar J. Alexander Treuman

Don't bother freeing a bunch of stuff at exit, since it takes far too long and…

Don't bother freeing a bunch of stuff at exit, since it takes far too long and accomplishes nothing. git-svn-id: https://svn.musicpd.org/mpd/trunk@4396 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 47037c6a
......@@ -613,10 +613,13 @@ int main(int argc, char * argv[]) {
savePlaylistState();
saveAudioDevicesState();
freeAllInterfaces();
closeAllListenSockets();
closeMp3Directory();
closeAllListenSockets();
/* This slows shutdown immensely, and doesn't really accomplish
* anything. Uncomment when we rewrite tagTracker to use a tree. */
/*closeMp3Directory();*/
finishPlaylist();
freePlayerData();
finishAudioDriver();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment