G
Gabriel Lozano-Morán
I have created a small application that will open 1000 times a new form and
i have put in the load of the form DialogResult = DialogResult.OK. I do not
call the dispose each time. Using .NET memory profile I can see how the
number of undisposed instances increases. I need to know if this causes
memory leaks and if so how can I monitor memory leaks?
Gabriel Lozano-Morán
i have put in the load of the form DialogResult = DialogResult.OK. I do not
call the dispose each time. Using .NET memory profile I can see how the
number of undisposed instances increases. I need to know if this causes
memory leaks and if so how can I monitor memory leaks?
Gabriel Lozano-Morán