Re: Over-released Paragraph Style - Driving Me NUTS!
Re: Over-released Paragraph Style - Driving Me NUTS!
- Subject: Re: Over-released Paragraph Style - Driving Me NUTS!
- From: Chris Suter <email@hidden>
- Date: Fri, 20 Oct 2006 11:17:48 +1000
- (id)init;
{
NSParagraphStyle * pgs = [[Singleton defaultInstance]
defaultParagraph];
dictionary = [[NSMutableDictionary alloc] init];
[dictionary setObject:pgs forKey:NSParagraphStyleAttributeName];
}
Is your init method for the language class missing return self?
- Chris
_______________________________________________
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