diff --git a/glib/Object.cs b/glib/Object.cs index 97e23d8ca..0598106de 100644 --- a/glib/Object.cs +++ b/glib/Object.cs @@ -62,7 +62,7 @@ namespace GLib { return; GC.SuppressFinalize (this); - //g_object_unref (_obj); + g_object_unref (_obj); _obj = IntPtr.Zero; }