0
Reply

resource leak in thread termination?

George George

George George

Apr 22 2008 6:03 AM
2.7k

Hello everyone,


If all the Finalizer methods of all the used classes in a thread are programmed properly, means native resource are released in Finalizer (e.g. implementing Dispose pattern), no matter how the thread is terminated (normally, by Interrupt or by Abort or by Exit or ...), there should not be any resource leak, right?


thanks in advance,
George


Upload Source Code  Select only zip and rar file.