Reply To: Malloc_error when changing views in UINavigationController

Home Forums OpenEars plugins Malloc_error when changing views in UINavigationController Reply To: Malloc_error when changing views in UINavigationController

#1018396
tbeagley
Participant

Yes, every button that takes the user away from the page of spoken contents sends that message, including when the view is changed.

I see that the command is obeyed (the speech stops) but as soon as the view controller unloads I get the error. Setting the break point in malloc_error_break doesn’t tell me much (I’m a bit new to Xcode and ObjC)

How do you typically handle having flite/openears in a navigation project with multiple views? Would you import everything into the AppDelegate files (or some other files) and reference from there? Or should it “just work” when resources are de or reallocated from one view to another view?