* Matrix.cs: Call GC.SuppressFinalize with 'this' instead of 'true' svn path=/trunk/mcs/; revision=51208
@@ -1,3 +1,7 @@
+2005-10-04 Peter Dennis Bartok <[email protected]>
+
+ * Matrix.cs: Call GC.SuppressFinalize with 'this' instead of 'true'
2005-09-26 Vladimir Krasnov <[email protected]>
* PathGradientBrush.jvm.cs: implemetated transform, WrapMode, ctors
@@ -137,7 +137,7 @@ namespace System.Drawing.Drawing2D
nativeMatrix = IntPtr.Zero;
}
- GC.SuppressFinalize (true);
+ GC.SuppressFinalize (this);
public override bool Equals (object obj)