English 中文(简体)
cfnetwork 存储器在Piter的泄漏
原标题:cfnetwork memory leaks in iPhone
  • 时间:2009-08-25 19:27:19
  •  标签:

在我的申请中,我正在发现几类记忆泄露——仪器检查。 我已适当分配和安放;处理每一个物体。 然而,我正在发现这种记忆泄露。

st:_Deque_base<__CFURLCacheNode st :

造成这种泄漏的原因是什么?

为什么发生这种记忆泄露?

图像:

alt text http://img197.imageshack.us/img197/9571/problem151.png

alt text http://img194.imageshack.us/img194/6181/problem152.png

alt text http://img194.imageshack.us/img194/8035/problem153.png

alt text http://img193.imageshack.us/img193/6092/problem154.png

最佳回答

贵处执行以下守则 DidFinishL

没有泄漏

- (void)applicationDidFinishLaunching:(UIApplication *)application {    

// Override point for customization after app launch    
NSURLCache *sharedCache = [[NSURLCache alloc] initWithMemoryCapacity:0 diskCapacity:0 diskPath:nil];
[NSURLCache setSharedURLCache:sharedCache];
[sharedCache release];

[window addSubview:[navigationController view]];
[window makeKeyAndVisible];

iii

问题回答

您对 电话 传真的描述吗?

在模拟器上,我听到了类别中的记忆泄漏。

http://www.iphonedevforums.com/forum/general-development-questions-advice/1086-memory-leaks.html http://www.iphonedevforums.com/forum/general-development-questions-advice/1086-memory-leaks.html。

NSURLConnection等级本身在OS 2.x中的发送Synchronous Request方法上有漏。 它是一个 Apple果充分意识到的问题。





相关问题
热门标签