i\'m only create an project with a Utility Application template. This template has a native memory leak when i push \"info button\" to flip the view.
Anyone know how
In the current SDK utility template is no leak. How did you get the impression there's a leak in the template? It's just allocating memory which is needed for the views.
A leak is memory to which no pointers exist and which cannot be freed any more.