On 9 Sep 2010, at 18:34, David Chisnall wrote:

> Please look at them carefully - some looked like spurious errors to me, until 
> I read the code three times (the two bad release errors in NSString, for 
> example - the dataWith*: messages should be initWith*:)


P.S. Another good example of this is the use-after-free methods.  Remember than 
-init and friends are NOT guaranteed to return self (and frequently don't), so 
failing to assign the result of these is a bug.

David

-- Sent from my Apple II


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to