• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problems with 2 classes HELP
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with 2 classes HELP


  • Subject: Re: Problems with 2 classes HELP
  • From: Dustin Voss <email@hidden>
  • Date: Fri, 13 Feb 2004 16:32:35 -0800

On 13 Feb, 2004, at 2:30 PM, Pete Yandell wrote:

You also need a matching dealloc method:

- (void)dealloc
{
[collection release];
}

Actually, that should be:

- (void)dealloc
{
[collection release];
[super dealloc];
}
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Problems with 2 classes HELP (From: Roberto Sobachi <email@hidden>)
 >Re: Problems with 2 classes HELP (From: Pete Yandell <email@hidden>)

  • Prev by Date: Re: Problems with DataSource Class & Controller Class
  • Next by Date: Quicktime and Cocoa Problem
  • Previous by thread: Re: Problems with 2 classes HELP
  • Next by thread: Disabling non-editable NSTextFields
  • Index(es):
    • Date
    • Thread