Object in NSMutableArray crushed in memory
        Posted  
        
            by Yoot
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Yoot
        
        
        
        Published on 2010-04-27T14:48:01Z
        Indexed on 
            2010/04/28
            9:53 UTC
        
        
        Read the original article
        Hit count: 200
        
Hi,
I have some big problem with an NSMutableArray I'm filling with objects in a database. I'm using [appDelegate.myArray addObject:myObject], then somehow the object gets crushed in the memory, I don't know why, I didn't release anything...
Thanks for your answers (and sorry for my poor english xD)
© Stack Overflow or respective owner