Re: Urgent: MDI Windows form Memory Leak: Major Issue
- From: rampabbaraju@xxxxxxxxx
- Date: 18 Nov 2005 11:13:18 -0800
Your assumption is correct. When a form closes, all the controls in the
form are disposed / will be garbage collected.
This could be the answer for your first question too. Second child form
is created from the first child. When first child form is closed,
second child form also should get disposed. Because you are setting the
main form as the parent of second child, garbage collector may not be
able to collect the first form memory also.
.
- References:
- Re: Urgent: MDI Windows form Memory Leak: Major Issue
- From: rampabbaraju
- Re: Urgent: MDI Windows form Memory Leak: Major Issue
- From: bharati2u
- Re: Urgent: MDI Windows form Memory Leak: Major Issue
- Prev by Date: Re: DPI settings and window sizing
- Next by Date: Re: Informations about Framework Installed
- Previous by thread: Re: Urgent: MDI Windows form Memory Leak: Major Issue
- Next by thread: Re: Urgent: MDI Windows form Memory Leak: Major Issue
- Index(es):
Relevant Pages
|