Merge/sync fixes after threaded audio

This commit is contained in:
erorcun
2021-07-10 23:06:36 +03:00
parent db4ae18e5d
commit d82dbf91ef
2 changed files with 7 additions and 2 deletions

View File

@ -582,6 +582,8 @@ _FindMP3s(void)
total_ms = aStream[0]->GetLengthMS();
aStream[0]->Close();
OutputDebugString(fd.cFileName);
pList->pNext = new tMP3Entry;
tMP3Entry *e = pList->pNext;