ap4y / OrigamiEngine

Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
http://ap4y.github.com/OrigamiEngine/
MIT License
545 stars 118 forks source link

Crash when stopping stream (KVO) #60

Open squarefrog opened 9 years ago

squarefrog commented 9 years ago

I've seen a few of these crashes:

Fatal Exception: NSRangeException Cannot remove an observer <ORGMEngine 0x170283430> for the key path "endOfInput" from <ORGMInputUnit 0x1700927f0> because it is not registered as an observer.

The crash points to this line.

This is similar to issue #58, but it is important to note that it is a separate crash.

diogobalseiro commented 9 years ago

+1