AlvaroFranco / AFSoundManager

iOS audio playing (both local and streaming) and recording made easy
MIT License
807 stars 131 forks source link

Memory Leak #44

Open milankamilya opened 9 years ago

milankamilya commented 9 years ago

I need to call the following method several time to play music from a particular view controller. Each time I call this method memory increases. Those memory are not released when I leave that view controller. If I remove the listenFeebackUpdates block code, it working fine without any unwanted memory issues.

To reproduce the issue I attached following code snippets, please check it.

Thanks