Skip to content

Commit f4f521c

Browse files
committed
revert to allow easier merge
1 parent f597507 commit f4f521c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ImageSharp/Formats/Png/PngDecoderCore.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,6 @@ private int ReadNextDataChunk()
13671367
{
13681368
if (chunk.Type == PngChunkType.Data)
13691369
{
1370-
chunk.Data?.Dispose();
13711370
return chunk.Length;
13721371
}
13731372

0 commit comments

Comments
 (0)