mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
http://cocoawithlove.com
1.93k stars 553 forks source link

Fixed memory leak #57

Closed rkeniger closed 11 years ago

rkeniger commented 11 years ago

Fixed so that if the call to AudioFileStreamGetProperty() returns an error, the memory allocated for the formatList variable is properly released.