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
907
Serious Infragestics memory leak with their controls
posted

Any Infragestic control you use leaks memory.  In testing, I've found that UltraTextEditor, UltraTabControl, UltraComboEditor, UltraButton, etc...  All do not dispose of themselves correct and all are held in memory due to a strong reference from Infragestics.Win.Office2007ColorSchemeChangedNotifier, which is held by a static event handler. 

Just recently the major memory leaks with win tree were reduced to a point where it could be used in production code.  I did a sweep of a couple sub system to use all Infragestic control to take advantage of themeing and when from 20-30k memory leaked per sub system instantiation to 5 megs+ leaked.

Seeing how bad the leaks are, surely someone has a work around?  Is there a hot fix for this yet?

Parents
  • 37774
    posted

     Are the controls actually being disposed?  If they are explicitly being disposed (which should happen when they are part of a form's Controls collection and that form is properly disposed), this could be a bug, though I'm not sure. 

     You may also want to take a look at this thread, which has some discussion on the matter.

    -Matt

Reply Children