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
543 stars 87 forks source link

Fix observing KVO twice #71

Closed tako3 closed 1 year ago

tako3 commented 1 year 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 1 year ago

🙏 Thank you! How did I miss that!