From 390cf506a8d6c2a5e4f3996265efedfd39d8faff 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: 71f8e9e80b2bd901bdcf8577feb52f3ad7abd732 --- 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