Skip navigation.
 
mlRe: Address of pointer just changes
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
>
>
>

Related mailsAuthorDate
mlAddress of pointer just changes Jonas Oberschweibe… Jul 18, 22:17
mlRe: Address of pointer just changes Jonas Oberschweibe… Jul 18, 23:55
mlRe: Address of pointer just changes j o a r Jul 18, 23:58
mlRe: Address of pointer just changes Jonas Oberschweibe… Jul 19, 00:04