Re: Bizarre crashing bug
Re: Bizarre crashing bug
- Subject: Re: Bizarre crashing bug
- From: Andreas Mayer <email@hidden>
- Date: Mon, 18 Jun 2007 15:06:30 +0200
Am 18.06.2007 um 00:22 Uhr schrieb Ken Tozier:
if (pageMatrices != nil)
[pageMatrices release];
[publicationView releaseDocumentView];
documentView = [publicationView documentView];
pageMatrices = [[NSMutableDictionary alloc] init];
To fix your crashing problems, I'd start by using accessor methods.
See
http://developer.apple.com/documentation/Cocoa/Conceptual/
ModelObjects/Articles/moAccessorMethods.html
Andreas
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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