DJWLindenaar balanced tree and master process patch
git-svn-id: https://svn.musicpd.org/mpd/trunk@3669 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
+2
-1
@@ -178,7 +178,7 @@ int updateInit(FILE * fp, List * pathList) {
|
||||
if(directory_updatePid==0) {
|
||||
/* child */
|
||||
int dbUpdated = 0;
|
||||
clearPlayerPid();
|
||||
//clearPlayerPid();
|
||||
|
||||
unblockSignals();
|
||||
|
||||
@@ -784,6 +784,7 @@ int addToDirectory(Directory * directory, char * shortname, char * name) {
|
||||
|
||||
void closeMp3Directory() {
|
||||
freeDirectory(mp3rootDirectory);
|
||||
destroyTagTracker();
|
||||
}
|
||||
|
||||
Directory * findSubDirectory(Directory * directory,char * name) {
|
||||
|
||||
Reference in New Issue
Block a user