Merge pull request #239 from reindernijhoff/master

Fixed memory leak
This commit is contained in:
Thong Nguyen 2015-12-06 14:00:49 +00:00
commit 0f69b7ea76
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