Browse Source

drop commented code

pull/2082/head
Scott Williams 4 years ago
parent
commit
a30c468f27
  1. 5
      src/ImageSharp/Formats/Gif/GifDecoderCore.cs

5
src/ImageSharp/Formats/Gif/GifDecoderCore.cs

@ -151,11 +151,6 @@ namespace SixLabors.ImageSharp.Formats.Gif
}
}
}
//catch
//{
// image?.Dispose();
// throw;
//}
finally
{
this.globalColorTable?.Dispose();

Loading…
Cancel
Save