I’ve got my RSS based app ready to head to the app store. So I decide to run it through Instruments and check for leaks.
Sure enough when I change screens, I most of the time leak 16 bytes. It has to do with a string and is in NSPlaceHolder.
I’m using the TabView controller in the community submitted code, which uses a copy of ui.lua. The app is using widget.toolbar and widget.tableView. As far as I can tell I’m freeing everything like I shoot. What would be using NSPlaceholder? I get this leak on screens that don’t use native.newTextBox()'s, but they are calling network.download().
Another oddity is that the app crashes while in Instruments while changing screens, but if I run it without Instruments, it runs just fine. Any thoughts on that?
[import]uid: 19626 topic_id: 13710 reply_id: 313710[/import]