mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 13:15:38 +00:00
Merge pull request #16 from knocte/master
Pull request, already signed-off by mkestner in #gtk#
This commit is contained in:
commit
10f4f03943
|
@ -59,6 +59,10 @@ namespace GLib {
|
|||
|
||||
public void Free ()
|
||||
{
|
||||
lock (PendingDestroys) {
|
||||
PendingDestroys.Remove (this);
|
||||
}
|
||||
|
||||
if (hardened)
|
||||
g_object_unref (handle);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue