[Mono-bugs] [Bug 652969] crash when using AVAudioRecorder
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 11 15:14:00 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=652969
https://bugzilla.novell.com/show_bug.cgi?id=652969#c2
Geoff Norton <gnorton at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Geoff Norton <gnorton at novell.com> 2010-11-11 20:13:59 UTC ---
You are not keeping the instance of the recorder around, you have an instance
variable declared:
private AVAudioRecorder recorder;
but when you creaete the object you're using a local:
AVAudioRecorder recorder = ...; of the same name.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list