FROM : Jonas Oberschweiber
DATE : Tue Jul 18 23:55:31 2006
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
>
>
>
DATE : Tue Jul 18 23:55:31 2006
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
>
>
>
| Related mails | Author | Date |
|---|---|---|
| Jonas Oberschweibe… | Jul 18, 22:17 | |
| Jonas Oberschweibe… | Jul 18, 23:55 | |
| j o a r | Jul 18, 23:58 | |
| Jonas Oberschweibe… | Jul 19, 00:04 |






Cocoa mail archive

