Are you calling release on everything you've alloc'd and retain'd?

Mike

On Apr 14, 2008, at 4:05 PM, [EMAIL PROTECTED] wrote:

Hi and sorry for my bad english.

I have a nasty leak problem when i realloc several methods of the main class of my app.

I have a button that initiate a series of methods of my Main Model Class for initialize and display sprites. In a NSView, when i alloc the class for the first time every is fine, no noticiables memory leak in the app, however when i press the button that call the methods more than one time the memory consumed by my app increase heavily, perhaps when i re alloc and initialize the same methods the older version is still live in the computer memory, i dont know, but i can tell you, in every class i have created i implemented a dealloc method releasing all my objects but the memory leak is still here, thanks for your time and your opinions about this bug.


Enviado desde mi BlackBerry de Movistar

_______________________________________________

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/alephx01%40mac.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

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