Browse Source

Enabling memory stream

Former-commit-id: 7c3823f4a7315fcfb6985641d7fd81df0a021b03
af/merge-core
James South 12 years ago
parent
commit
86a3bcbbcb
  1. 10
      src/ImageProcessor/Imaging/GifEncoder.cs

10
src/ImageProcessor/Imaging/GifEncoder.cs

@ -278,11 +278,11 @@ namespace ImageProcessor.Imaging
if (disposing)
{
// Dispose of any managed resources here.
if (this.inputStream != null)
{
this.inputStream.Dispose();
this.inputStream = null;
}
//if (this.inputStream != null)
//{
// this.inputStream.Dispose();
// this.inputStream = null;
//}
}
// Call the appropriate methods to clean up

Loading…
Cancel
Save