Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2306
Memory Leak problems
posted

 Hello !

I believe that almost all infragistics controls have memory leak issue. I have discovered it because my application is using to much memory so i have invastigated first on my application and next by making some simple examples(using only one or two control) and using a memory profiler.

Now, the problem is that every infragistics control is referenced by a delegate called "themeChangedDelegate" and as a conseguence the GC cant return that memory to the OS. if you are not aware of this problem and cannot replicate this issue, i can make a video with a very simple example.

Hope to see fixed this issue as soon as possible.

Thank you.

Best Regards.

ps: i'm using 2008 vol2.


Parents
No Data
Reply
  • 755
    posted

    I am experiencing serious memory leaks. Among other controls I do use Infragistic controls. I have for example a dialog containing an infragistics webtabcontrol. If I click on all 7 tabs I have lost 3MB on the server.

    Have you received a solution from Infragistics or did you find a workaround for the themeChangedDelegate.

     

    Roland

Children