Memory management of C arrays in objects
Memory management of C arrays in objects
- Subject: Memory management of C arrays in objects
- From: Jason Horn <email@hidden>
- Date: Sun, 16 Dec 2007 15:05:51 -0500
If I have a class that contains several large C arrays, do I have to
free them in a dealloc method in the class, or do they get freed
automatically when the object is freed? If not, what's the right
syntax for freeing a C array?
Thanks!
- Jason
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden