Memory Leak caused by System.Drawing.Internal.GPStream
Somethings not being disposed of properly. Do you have warnings that say X class is iDisposable and you’re not disposing it? Look into using ‘using’ blocks. See this : “A FileStream involves unmanaged resources which could actually be immediately freed upon calling Dispose. A MemoryStream, on the other hand, stores a managed byte array in … Read more