Re: Big grinding memory leak?
Re: Big grinding memory leak?
- Subject: Re: Big grinding memory leak?
- From: David Remahl <email@hidden>
- Date: Sun, 27 Apr 2003 23:24:18 +0200
Whoopsie...A "minor" typo,
On Sunday, April 27, 2003, at 11:07 PM, David Remahl wrote:
if( currObj++ % 10 == 0 )
should be:
if( counter++ % 10 == 0 )
/ Sorry, david
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.