(no subject)
(no subject)
- Subject: (no subject)
- From: Alessandro Barile <email@hidden>
- Date: Wed, 2 May 2007 20:31:48 +0200
Hi All,
I'm using just this method:
NSMutableAttributedString* attributedInfoString =
[[NSMutableAttributedString alloc] initWithHTML:[ pHtml
dataUsingEncoding: NSUnicodeStringEncoding ] documentAttributes:nil];
[ attributedInfoString release ];
where pHtml is NSString initializied with html tag code.
If you execute only this code, you can see that
"attributedInfoString" never releases the memory.
Someone that has had the same problem and resolved it?
Or may be, how is the correct use of method.
Thanks,
Alessandro
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden