Re: File still in use after closing document window
Re: File still in use after closing document window
- Subject: Re: File still in use after closing document window
- From: Bill Bumgarner <email@hidden>
- Date: Mon, 02 Jun 2008 23:46:22 -0700
On Jun 2, 2008, at 10:57 PM, Antonio Nunes wrote:
The actual loading is done like this:
self.masterPDFDocument = [[ANPDFDocument alloc] initWithURL:
absoluteURL];
If your -setMasterPDFDocument: -- synthesized or manually written --
follows traditional reatain/release rules, the above will result in
the ANPDFDocument being over-retained.
b.bum
_______________________________________________
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