From 86a3bcbbcb5f922b9baff0fe0d237faede449273 Mon Sep 17 00:00:00 2001 From: James South Date: Wed, 30 Apr 2014 21:36:57 +0100 Subject: [PATCH] Enabling memory stream Former-commit-id: 7c3823f4a7315fcfb6985641d7fd81df0a021b03 --- src/ImageProcessor/Imaging/GifEncoder.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ImageProcessor/Imaging/GifEncoder.cs b/src/ImageProcessor/Imaging/GifEncoder.cs index 896c13b60..a46669b8d 100644 --- a/src/ImageProcessor/Imaging/GifEncoder.cs +++ b/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