mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-19 10:27:59 +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)
|
lock (this)
|
||||||
{
|
{
|
||||||
Remove ();
|
Dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return cont;
|
return cont;
|
||||||
|
|
|
@ -52,7 +52,7 @@ namespace GLib {
|
||||||
{
|
{
|
||||||
lock (this)
|
lock (this)
|
||||||
{
|
{
|
||||||
Remove ();
|
Dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return cont;
|
return cont;
|
||||||
|
|
Loading…
Reference in a new issue