> I've a NSView subclass with a NSMutableArray instance variable, and a
> new drawRect method. In the drawRect method I do this :
> NSLog(@"count = %d", [myArray count]);
> And the second time the drawRect method is called it crashes. (Not the
> first time... I don't understand anything !)

Perhaps the array has been released between the first and the second time
-drawRect: is called ?


Reply via email to