winforms - Memory leak in windows forms -
we have form forma, , form adding form fromb forma. on dispose method disposing forma using forma.dispose(). step whether dispose child forms used in forma or need call dispose() method explicitly each forms , controls?
similarly in fromb using list of windows.forms.control , not making these lists null in dispose method of formb. need dispose these list also?
Comments
Post a Comment