Memory Leaks with AppAutoComplete

Version 6.1.0.34, VS.NET 2005

When I dispose an AutoComplete control, the control does not get garbage collected.

Memory profiling shows that a UserPreferenceChangedEventHandler is not getting deregistered and it holds a reference to the AutoCompletePopupHost.

I was able to work around the problem using reflection but this is not a very good solution:

SystemEvents.UserPreferenceChanged -= (UserPreferenceChangedEventHandler)Delegate.CreateDelegate ( typeof (UserPreferenceChangedEventHandler), AutoCompletePopup.PopupHost, "UserPreferenceChanged");


1 Reply

AD Administrator Syncfusion Team March 28, 2008 08:47 AM UTC

Hi Tom,

Thank you for your interest in Syncfusion Products.

Instance of AutoComplete is not garbage collected after getting disposed.

We suspect this issue to be a defect. We have sent this to our developers for more analysis. We will update you once we getback from them.

Please let me know if any concerns.

Regards,
Fathima


Loader.
Up arrow icon