Fixed memory leak

This commit is contained in:
Reinder Nijhoff 2015-12-06 14:06:15 +01:00
parent 5909657368
commit 4d0fccdd70
1 changed files with 1 additions and 0 deletions

View File

@ -628,6 +628,7 @@ static void AudioFileStreamPacketsProc(void* clientData, UInt32 numberBytes, UIn
pthread_cond_destroy(&mainThreadSyncCallReadyCondition);
free(readBuffer);
free(pcmAudioBufferList.mBuffers[0].mData);
}
-(void) startSystemBackgroundTask