Why does GC not clear the Dialog references?
        Posted  
        
            by Pavel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pavel
        
        
        
        Published on 2010-04-01T07:29:05Z
        Indexed on 
            2010/04/01
            7:33 UTC
        
        
        Read the original article
        Hit count: 287
        
I have a dialog. Every time I create it and then dispose, it stays in memory.
It seems to be a memory leak somewhere, but I can't figure it out. Do you have any ideas? See the screenshot of heap dump for more information.
Thanks in advance.
© Stack Overflow or respective owner