Make a copy of the old ZipLib
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / EncoderParameters.cs
index 4acb435c58b43803195cd281d6ab5bed04a8dc6f..dd5dada5f8c4f0d77317a29f1d208d4d96070919 100644 (file)
@@ -60,6 +60,7 @@ namespace System.Drawing.Imaging
 
                public void Dispose () {
                        // Nothing
+                       GC.SuppressFinalize(this);
                }
 #if !TARGET_JVM
                internal IntPtr ToNativePtr () {