I have an iphone application. Everything seems to be in order. When I connect to a prepared iphone for Xcode and launch the application, the console log in the Organizer window always complains about a segmentation error when exiting the application using the home key.
Has anyone else seen this, and do you have an idea of what might be the problem? I use a stream to load web pages in the background, but I stop the stream on exit.
My application saves some persistent information. When I use the build and analysis function, I get several potential potential memory leaks, but in each case I select an object and store it in an array.
Any ideas, or is this normal?
Gerry source
share