Remove unnecessary finalizer

This commit is contained in:
Ben Olden-Cooligan 2022-11-03 12:12:10 -07:00
parent 2c8fcaf236
commit eeadd2124e

View File

@ -133,9 +133,4 @@ public class GtkImage : IMemoryImage
Pixbuf.Dispose();
LeakTracer.StopTracking(this);
}
~GtkImage()
{
Pixbuf.Dispose();
}
}