Hi
I am trying to track down a memory leak (causing out of memory crash) in an old Winforms application, based on Syncfusion 3.2.1 (framework 3.5).
I know usually events cause memory leaks in .Net, but in this case, it appears the memory leak is composed of the events themselves, with almost 3 million events in memory at the time a snapshot was taken.
Analysis of a memory dump shows what appears to be a problem of multiple events in memory with the target being MessageFilterEntryHelper.
There is no direct usage of this class in the application's code.
Any idea what could be the cause?
Thanks