diff --git a/src/ImageSharp/Formats/Gif/GifDecoderCore.cs b/src/ImageSharp/Formats/Gif/GifDecoderCore.cs index d64792eba7..487457fbff 100644 --- a/src/ImageSharp/Formats/Gif/GifDecoderCore.cs +++ b/src/ImageSharp/Formats/Gif/GifDecoderCore.cs @@ -463,6 +463,7 @@ internal sealed class GifDecoderCore : IImageDecoderInternals finally { indices?.Dispose(); + this.currentLocalColorTable?.Dispose(); } }