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
400
DialogManager Memory Leak
posted

The DialogManager seems to never give up it's references to controls. I've been using ANT to trace memory leaks and managed to get all of our pages and controls to be GC'd but there are still many infragistics classes living and building up in memory and the root of them all is the DialogManager.

I've been able to reduce the amount of memory being leaked by manually iterating through the controls collections and nulling, clearing disposing etc but I cannot get the root of the problem which is the DialogManager.

Any help would be appreciated.

Thanks

Parents
No Data
Reply
  • 7305
    posted

    Hello,

    There was a memory leak reported earlier (a couple months ago) and it was fixed. If you haven't tested with the latest service release I recommend doing so, and if the issue still persists I would need sample that recreates it so we can investigate further.

    Thank you,
    Sam

Children
No Data