mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 15:15:37 +00:00
Merge pull request #47 from cameronwhite/cairo-path-finalize-message
Fix finalization warning message for Cairo.Path.
This commit is contained in:
commit
f00fd36dd3
|
@ -58,7 +58,7 @@ namespace Cairo {
|
|||
protected virtual void Dispose (bool disposing)
|
||||
{
|
||||
if (!disposing){
|
||||
Console.Error.WriteLine ("Cairo.Context: called from finalization thread, programmer is missing a call to Dispose");
|
||||
Console.Error.WriteLine ("Cairo.Path: called from finalization thread, programmer is missing a call to Dispose");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue