Unless you perform [blisterModelClass release] in your NSView's - dealloc, you are still potentially leaking.

Mike


On Apr 15, 2008, at 5:17 PM, Mario Gajardo Tassara wrote:

El 15-04-2008, a las 14:21, [EMAIL PROTECTED] escribió:
I have a nasty leak problem when i realloc several methods of the main class of my app.

Without seeing your code, all I can suggest is making sure you've
followed these rules:

http://devworld.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/Tasks/MemoryManagementRules.html#

--
I.S.

Problem solved !!! ,

I just moved the alloc and init of  "blisterModelClass_" from:
[…]
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to