https://bugzilla.novell.com/show_bug.cgi?id=652969
https://bugzilla.novell.com/show_bug.cgi?id=652969#c2 Geoff Norton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Geoff Norton <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
