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 7979059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T09:40:02+00:00 2026-06-04T09:40:02+00:00

I am new to the iPhone SDK and I got a leak on a

  • 0

I am new to the iPhone SDK and I got a leak on a navigation controller.
Here is my code :

-(void)SignupClicked:(id)sender
{

if(appdelegate.isiPad){
    SignUpViewController *obj_SignUpViewController =[[SignUpViewController alloc] initWithNibName:@"SignUpViewControllerIpad" bundle:nil];
    [self.navigationController pushViewController:obj_SignUpViewController animated:YES];
    [obj_SignUpViewController release];
}
else {
    SignUpViewController *obj_SignUpViewController =[[SignUpViewController alloc] initWithNibName:@"SignUpViewController" bundle:nil];
    [self.navigationController pushViewController:obj_SignUpViewController animated:YES];
    [obj_SignUpViewController release];
}

}

I am getting leaks on these lines:

[self.navigationController pushViewController:obj_SignUpViewController animated:YES];
[self.navigationController pushViewController:obj_SignUpViewController animated:YES];

Please help me…
Thank you…

  • 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-04T09:40:05+00:00Added an answer on June 4, 2026 at 9:40 am

    When you push a view controller onto a navigation controller, it gets retained. Therefore, you need to release it right afterwards or you will get a leak.

    [obj_SignUpViewController release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to iPhone SDK. I am using butting in my NIB file.Here
I'm new here but I'd like to learn very well iPhone SDK... I'm making
According to this post on Daring Fireball a new iPhone SDK Agreement release in
I am new to iPhone SDK.I am printing each and every array in console.No
i'm new at IPhone SDK Developing and now i need some help. I have
im new to the iPhone SDK and development. I work for a company that
Preface : I am new to the iPhone SDK, Obj-C, Interface Builder and Cocoa.
I'm new to xcode and the iphone sdk. I've been working with the view-based
I am new to the whole iPhone SDK and objective C, but have managed
im new to iphone sdk programming, and have been stuck on this problem for

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.