Read about the dispose pattern. http://msdn.microsoft.com/en-us/library/fs2xkftw.aspx
On Jan 22, 8:13 am, Brandon Betances <[email protected]> wrote: > If I were the OP, I would just let the GC do its job on managed objects. > That's the whole point anyway, right? > If the object isn't gonna be used again, the CLR will do its job.
