How to handle a memory leak in an external DLL

Posted by Dugan on Stack Overflow See other posts from Stack Overflow or by Dugan
Published on 2010-03-26T01:01:51Z Indexed on 2010/03/26 1:03 UTC
Read the original article Hit count: 337

Filed under:

I have an external (.Net) dll that I have to use for an application. Unfortunately that dll has several known memory leaks. We are working on getting the authors of the dll to fix the memory leaks, but in the mean time I was wondering what is the best way to use the dll without having to deal with the memory leaks?

© Stack Overflow or respective owner

Related posts about .NET