[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Investigating memory leaks - ABL memory profiler?

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
The code in Progress.Windows.Form does the equivalent of what C# is doing. i.e., When Dispose is called on the form, it runs the components collection and calls dispose on each item in there. I will address the Dispose/Final question under your other post. But bottom line - why do you need to override the Dispose method? Clearly you are trying to resolve your memory leak issue. What do you intend to do in the override that you think will help?

Continue reading...
 
Status
Not open for further replies.
Back
Top