Releasing variables
Releasing variables
- Subject: Releasing variables
- From: Robert Dell <email@hidden>
- Date: Sat, 27 Aug 2005 08:09:22 -0400
I have certain variables I use in my plugin to another program and would like to know if I have to manually release the memory or will the system release it for me when the program quits.
myYASSEMenu = [[NSMenu alloc] init];
I have other various strings and mutable strings.
one other point, when the main program quits, how am I supposed to determine if the program quits and therefore a release is needed?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden