Do I need to release static "class" variables?
Do I need to release static "class" variables?
- Subject: Do I need to release static "class" variables?
- From: Eric <email@hidden>
- Date: Mon, 15 May 2006 20:13:28 -0700
I know how to declare class variable (as static variable inside the .m
file), however, I'm not sure whether I should (or how) to deallocate class
variable. Please advice.
Also, if my class variable is not initialized at declaration, should I
initialize them in the +initialize: method?
Thanks,
Eric
_______________________________________________
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