diff --git a/src/ImageSharp/Image.cs b/src/ImageSharp/Image.cs
index fbb3ec2069..c07c7fe83f 100644
--- a/src/ImageSharp/Image.cs
+++ b/src/ImageSharp/Image.cs
@@ -78,11 +78,7 @@ namespace SixLabors.ImageSharp
Configuration IConfigurationProvider.Configuration => this.configuration;
///
- public void Dispose()
- {
- this.Dispose(true);
- GC.SuppressFinalize(this);
- }
+ public void Dispose() => this.Dispose(true);
///
/// Saves the image to the given stream using the given image encoder.