diff --git a/cairo/Context.cs b/cairo/Context.cs index b420f775d..73df43807 100644 --- a/cairo/Context.cs +++ b/cairo/Context.cs @@ -115,7 +115,7 @@ namespace Cairo { if (!disposing || CairoDebug.Enabled) CairoDebug.OnDisposed (handle, disposing); - if (!disposing || handle == IntPtr.Zero) + if (handle == IntPtr.Zero) return; NativeMethods.cairo_destroy (handle);