Re: Address of pointer just changes
Re: Address of pointer just changes
- Subject: Re: Address of pointer just changes
- From: Jonas Oberschweiber <email@hidden>
- Date: Tue, 18 Jul 2006 23:55:31 +0200
Hi
Initialization: changeViews = [NSMutableArray array];
And only one add: [changeViews addObject:changeView1];
Where changeView1 is a custom NSView.
The only place it gets released by my code is in dealloc, and that
doesn't get called (checked via breakpoint).
Jonas
Am 18.07.2006 um 22:51 schrieb George Orthwein:
I think we need more info... How are you initializing changeViews?
Do you release it at any point? Do you ever add/remove objects to it?
George
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden