Prevent double removal of timeout sources
See https://github.com/GLibSharp/GtkSharp/pull/49
This commit is contained in:
parent
cd47acba85
commit
7fb112727a
2 changed files with 2 additions and 2 deletions
|
@ -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