|
From: | David Stes |
Subject: | Re: bogus retain via NSEnumerator |
Date: | Wed, 21 Apr 2004 16:04:07 GMT |
User-agent: | tin/1.5.8-20010221 ("Blue Water") (UNIX) (Linux/2.4.18 (i686)) |
In comp.lang.objective-c Wayne Cochran <wcochran@acm.org> wrote: > > This whole idea of autorelease pools seems a little strange to me and seems > as error prone as performing my own explicit memory management. > But I am new to Cocoa's memory management scheme, so the jury > is still out. It's good to be aware of the fact that autorelease is not the way it normally is in Objective-C. Other (regular) Objective-C systems such as POC: http://users.pandora.be/stes/compiler.html do not use this bad memory management.
[Prev in Thread] | Current Thread | [Next in Thread] |