 
            
            
            
            
                27 Oct
                
                    2007
                
            
            
                27 Oct
                
                '07
                
            
            
            
        
    
                11:17 p.m.
            
        I'm seeing behavior that would seem to indicate that when you close the views on a document, the document stays in memory.
I was noticing this as I was working in the ColorProfile object. If I delete a <color-profile> element from the XML view, I see SPObject's release(SPObject*) getting called, along with GObject's dispose (GObject*) and finalize(GObject*).
However, if I close the single window opened for the doc, those never get called.