MemoryLeak ? - in ComboDropDown

Hello, (Essential Suite 2.0.5.0) I send you a sample with simple forms and user controls which use a ComboDropDown or GridControl. In case of GridControl after a while the memory is stabilized , it works ok. In case of ComboDropDown , memory constantly increases by 56 bytes. As I use a lot the ComboDropDown in derived controls( standalone or custom cell types, I have a serious problem). Best Regards Stefan CheckDropDown_4262.zip

1 Reply

AD Administrator Syncfusion Team December 4, 2004 05:36 PM UTC

There does appear to be some objects created in the constructor that are not disposed (at least I did not see where they were being disposed) and one of these had a subscribed event. this.quickSelectTimer this.quickSelectTimer.Tick this.themedDrawing So, this might be what you are seeing. I will forward this problem onto the tools team so they can check it out.

Loader.
Up arrow icon