• 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: leak in a sound function
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: leak in a sound function


  • Subject: Re: leak in a sound function
  • From: Kyle Sluder <email@hidden>
  • Date: Sun, 23 Aug 2009 11:17:32 -0700

On Aug 23, 2009, at 9:53 AM, Agha Khan <email@hidden> wrote:

+ (void) PlaySound:(int) Index

Method names should begin with lowercase letters. Classes really are the only things in ObjC that are typically capitalized.


Also you should be using the NSUInteger typedef here.

   NSBundle* bundle = [NSBundle mainBundle];

  …

[bundle release];

You need to reread the memory management documentation again. You didn't get the bundle through alloc, new, or copy, and there you don't own it and mustn't release it.


--Kyle Sluder

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: leak in a sound function
      • From: Agha Khan <email@hidden>
References: 
 >leak in a sound function (From: Agha Khan <email@hidden>)

  • Prev by Date: Re: Making an NSTableView Display Articles From An RSS Feed.
  • Next by Date: Re: How to interact with Web pages using Cocoa?
  • Previous by thread: leak in a sound function
  • Next by thread: Re: leak in a sound function
  • Index(es):
    • Date
    • Thread