[NSCalendar currentCalendar] leak
[NSCalendar currentCalendar] leak
- Subject: [NSCalendar currentCalendar] leak
- From: Mike Abdullah <email@hidden>
- Date: Tue, 31 Oct 2006 23:03:51 +0000
When testing my app using the leaks tool, I have an awful lot of
leaked NSCalendar instances. However, in my code, I only ever call
[NSCalendar currentCalendar] which presumably should autorelease the
instance.
Does anyone know if I am missing something obvious here?
I guess if this really is a bug, I'll just have to use the standard
[[NSCalendar alloc] init] sequence.
Mie.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden