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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:11:45+00:00 2026-05-27T10:11:45+00:00

I’m still pretty new to Cocoa/Objective-C, so I hope I can explain my question.

  • 0

I’m still pretty new to Cocoa/Objective-C, so I hope I can explain my question.
I created a Garbage Collected application in Xcode 4.2 I have my app delegate that creates an Authorize object (my class) this object will create and present a Password object (my class/xib).

The Password window accepts input and either approves or denies and closes. From there, the Authorize object will close and control returns to the app delegate. When the password nib is presented as a modal window.

As a test, I include an NSLog statement when each object is initialized and when it is finalized. For some reason, my Password object is not being finalized. The authorize object is finalized.

I even eliminated the Authorize object and created the Password directly from the app delegate – still no finalize.

I have researched and tried everything/anything I can think of to get this object to finalize (I’m assuming it’s not releasing the memory for this object if it is not finalized).
Can anyone suggest something that I might have overlooked?

Update:
After more experimenting, I found the problem. I created a new project with only the AppDelegate and a WindowController/Nib file. Using the same settings with GC and build, I was able to eliminate everything until I found the issue.
I have a NSSecureTextfield in my Password nib. For whatever reason, this was not releasing when the window was closed.
I added the line [textField removeFromSuperview] before closing the window and the finalize method was called.
I’m not sure if this is the best method, but it seems to work.

For the ARC option, I was under the impression that the project would need to target 10.7 or higher to use ARC. I was hoping to target 10.5 as a minimum.
Maybe I’m wrong about that. If I am, please let me know.

  • 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-05-27T10:11:46+00:00Added an answer on May 27, 2026 at 10:11 am

    If finalize isn’t being called, then either you’ve still got a strong reference, or GC isn’t running. Since other objects finalize, obviously GC is running. So you’re going to have to look for who is holding a strong reference. Audit your code for everyone who has a variable of the Password type as a start. Make sure it’s not stuck into a dictionary or array somewhere. Make sure it’s not held by a view controller or view that isn’t gone yet.

    And if at all possible switch to ARC rather than GC. This probably would be exactly the same, but everything else is much better. GC was an interesting experiment that many of us ignored, but ARC is definitely where the platform is headed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a jquery bug and I've been looking for hours now, I can't
I want use html5's new tag to play a wav file (currently only supported
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
This could be a duplicate question, but I have no idea what search terms
I don't have much knowledge about the IPv6 protocol, so sorry if the question
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
Does anyone know how can I replace this 2 symbol below from the string

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.