mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 20:25:35 +00:00
Prevent double removal of timeout sources
See https://github.com/GLibSharp/GtkSharp/pull/49
This commit is contained in:
parent
cd47acba85
commit
7fb112727a
|
@ -54,7 +54,7 @@ namespace GLib {
|
|||
{
|
||||
lock (this)
|
||||
{
|
||||
Remove ();
|
||||
Dispose();
|
||||
}
|
||||
}
|
||||
return cont;
|
||||
|
|
|
@ -52,7 +52,7 @@ namespace GLib {
|
|||
{
|
||||
lock (this)
|
||||
{
|
||||
Remove ();
|
||||
Dispose();
|
||||
}
|
||||
}
|
||||
return cont;
|
||||
|
|
Loading…
Reference in a new issue