New NSMovie deallocation behavior in Panther
New NSMovie deallocation behavior in Panther
- Subject: New NSMovie deallocation behavior in Panther
- From: Jesse Douglas <email@hidden>
- Date: Fri, 12 Dec 2003 17:09:24 -0500
Dear list,
Panther's release notes regarding NSMovie state:
"If you explicitly create an NSMovie using the -initWithMovie: method,
DisposeMovie will no longer be called on the movie when the NSMovie is
deallocated. Movies created via a URL or pasteboard will still be
disposed. This change will only affect applications compiled in Panther
or later."
Does this apply when running the program on earlier versions of OS X?
That is, if I compile my program in Panther, do I still have to call
DisposeMovie() manually if it's running in, say, Jaguar, or only when
it's running in Panther? And if the latter, is there any harm in
calling DisposeMovie() when I dealloc the NSMovie in earlier versions?
Thanks!
--
Jesse Douglas
email@hidden
_______________________________________________
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.