mattgallagher / AudioStreamer

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

Streamer doesn't respond to 'stop' #12

Closed markst closed 14 years ago

markst commented 14 years ago

I have a new method which calls initWithURL on my streamer (previously allocated on viewDidLoad) from another view controller.

Before I call viewDidLoad - I call to destroyStreamer, however this doesn't stop/release my stream?

When debugging, within destroyStreamer - my if statement for: if (streamer)

Suggests that streamer = 0x0

Any ideas?

markst commented 14 years ago

I believe it was an issue with my code.