Browse Source

Enabling memory stream

Former-commit-id: 71f8e9e80b2bd901bdcf8577feb52f3ad7abd732
pull/17/head
James South 12 years ago
parent
commit
390cf506a8
  1. 10
      src/ImageProcessor/Imaging/GifEncoder.cs

10
src/ImageProcessor/Imaging/GifEncoder.cs

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

Loading…
Cancel
Save