cairo: Destroy should suppress finalizer
This commit is contained in:
parent
36e2a12bfc
commit
0fd72adae0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ namespace Cairo
|
|||
[Obsolete ("Use Dispose()")]
|
||||
public void Destroy ()
|
||||
{
|
||||
NativeMethods.cairo_font_options_destroy (handle);
|
||||
Dispose ();
|
||||
}
|
||||
|
||||
public void Dispose ()
|
||||
|
|
Loading…
Reference in a new issue