Hello Ershad,
Thank you for bringing this issue to our attention.
With the information you provided, I''ve just opened a support incident in your Direct-Trac account. There, you can correspond directly with our support team and upload any relevant samples or screenshots.
For help with logging into your personal support account, please contact
[email protected].
We look forward to quickly resolving this issue. Thank you very much for your use of Syncfusion products.
Best regards,
Sierra
>Hello
>
>We work with Synchfusion essential suite version 2.1.0.9 and we’ve faced with a severe memory leak problem throughout our application causing from Synchfusion components.
>Some results from memory profiler come below:
>
>Namespace Name Instance
>
>Common.Uil.Controls RToLPanel #437,863
>Common.Uil.Controls RToLPanel #437,872
>System.Windows.Forms Panel #437,874
>Syncfusion.Windows.Forms.Tools TabControlAdv #437,875
>System EventHandler #439,026
>System EventHandler #446,083
>Syncfusion.Windows.Forms Office2003Colors MenuColorsChanged
>
>Namespace Name Instance
>Syncfusion.Windows.Forms.Tools.XPMenus BarControlInternal #437,013
>System EventHandler #444,132
>Syncfusion.Windows.Forms MenuColors MenuColorsChanged
>
>These problems seem to have a common root. In order to change theme and colors for components, Synchfusion has defined some static events (like Office2003Colors) and all components register themselves to these events, so that when a theme is changed all components are informed. The problem is that as the event is static the reference for the registered component is not freed and so the component is never garbage collected.
>Would you tell us if this bug is fixed in newer versions of Synchfusion? If not, what we can do to solve this memory leak problem in our application? Needless to say this
>Problem is getting more and more critical for us.
>
>Yours truly,
>Ershad Rahimikia
>
>
>
>
>