Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8950907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:32:41+00:00 2026-06-15T13:32:41+00:00

For some reason I can’t use arc , so in my code below.. Foo.h

  • 0

For some reason I can’t use arc, so in my code below..

Foo.h

@interface Foo : NSObject

@property (nonatomic, copy) NSString * string;

@end

Foo.m

@implementation Foo

@synthesize string=_string;

- (void) bar {
    self.string = [NSString stringWithFormat:@"test1"];
    self.string = [NSString stringWithFormat:@"test2"];
}

-(void) dealloc
{
    [_string release];

    [super dealloc];
}
@end

The bar method might not always be called, or they can be called multitime.

Is only one release in the dealloc is all needed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T13:32:42+00:00Added an answer on June 15, 2026 at 1:32 pm

    Yes, since you are using properties so setter method will take care of releasing memory allocation.It will allocate memory as follows:

    -(void)setValue:(NSString *)strValue
    {
       if(string)
       {
         [string release];
         string = nil;
       }
       string = [strValue copy];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to Javascript and for some reason I can't get the following code
For some reason I can't use \n to create a linefeed when outputting to
For some reason I can't change HTML after a javascript timeout. Here's the code
For some reason I can't get my textbox/property binding to work automatically with Reactive
For some reason I can't seem to use non-capturing groups in MySQL. Is there
For some reason I can't step through the code in the debugger. I am
For some reason I can't use runat=server as an attribute for the input tag
For some reason I can't detect I can't set a z index for any
For some reason I can't figure out why the nested elements are not appearing
For some reason I can't get this to work. It pulls the name and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.