标签:
__NSAutoreleaseNoPool(): ... utoreleased with no pool in place - just leaking
我的平台
mac os 10.6
Xcode 3.2.6
编译时出的问题
原来的代码
更改为
增加的自动释放的内存池。
参考
刚刚做MAC的开发,不能给出什么更深层次的解释,只是得到这么个心得:
有不能控制内存的代码,放在自动释放的内存池中。
以后再做解释吧
参考
http://stackoverflow.com/questions/2557562/using-apple-autorelease-pools-without-objective-c
__NSAutoreleaseNoPool(): ... utoreleased with no pool in place - just leaking
标签:
原文地址:http://www.cnblogs.com/timdes/p/4781141.html