TheAmazingAudioEngine / TheAmazingAudioEngine2

The Amazing Audio Engine is a sophisticated framework for iOS audio applications, built so you don't have to.
http://theamazingaudioengine.com/doc2
Other
544 stars 87 forks source link

Fix observing KVO twice #71

Closed tako3 closed 2 years ago

tako3 commented 2 years ago

startObservingRenderer is called twice if renderer is non-null. This causes a crash if an AEModule(observer) has been deallocated; not removing observer twice.

michaeltyson commented 2 years ago

🙏 Thank you! How did I miss that!