Iphone SDK Utility Application template has leak

前端 未结 8 1038
一向
一向 2020-12-06 11:05

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

8条回答
  •  春和景丽
    2020-12-06 11:30

    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.

提交回复
热议问题