I'm tracking down a Memory leak within an MDI application. Opening, and then closing the form results in the form staying in memory. Using Ant's memory profiler, I can get the following graph of references keeping the form in memory.
I have removed any and all events we attach to the combo controls when Dispose fires on the form.
Can anyone direct me towards a solution?
The C1 namespace comes from ComponentOne.
I should note that I have attempted to see what the c, r, b etc methods on the C1Combo control are via reflector, but its obviously been run through an obfusticator which makes things difficult to understand.