Re: NSSound
Re: NSSound
- Subject: Re: NSSound
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 7 Nov 2002 23:06:56 +0000
On Thursday, November 7, 2002, at 02:32 am, Steve Mills wrote:
NSSound* snd = [[NSSound alloc] retain];
[snd initWithData: data];
NSSound *snd = [[NSSound alloc] initWith
Data:data];
you don't need to retain it, since you allocated it. Not sure if that
will solve your problem, though.
-- Finlay
_______________________________________________
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: | |
| >NSSound (From: Steve Mills <email@hidden>) |