Skip to content

Commit a30c468

Browse files
committed
drop commented code
1 parent 2a1ae5c commit a30c468

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ImageSharp/Formats/Gif/GifDecoderCore.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@ public Image<TPixel> Decode<TPixel>(BufferedReadStream stream, CancellationToken
151151
}
152152
}
153153
}
154-
//catch
155-
//{
156-
// image?.Dispose();
157-
// throw;
158-
//}
159154
finally
160155
{
161156
this.globalColorTable?.Dispose();

0 commit comments

Comments
 (0)