In your recent release for version 2014 R2. You state you fixed the following: Mail: Added missing stream closing in Smtp.Send(string filename) method.
Can you tell me if this would have possibly been causing a memory leak due to open streams in 2014 R1?
Thanks
Not really. As soon as the .NET's garbage collector performs a collection of unused objects, the stream is closed and all its resources are freed.
If you were experiencing memory leaks in 2014 R1, please let us know.
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.