syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.96k stars 822 forks source link

Retain the URL in the recorder info #347

Open adamwulf opened 7 years ago

adamwulf commented 7 years ago

Adds a retain and release to the URL for the recorder's info pointer. Without this, the url can get released in ARC, leaving an invalid pointer in the recorder.