mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
chain up unconditionally in finalize() and dispose(). Also don't
2008-06-16 Michael Natterer <mitch@imendio.com> * *.c: chain up unconditionally in finalize() and dispose(). Also don't dereference these function pointers when calling them since that has no meaning at all. svn path=/trunk/; revision=7048
This commit is contained in:
committed by
Michael Natterer
parent
b207146976
commit
a4427bfff5
@@ -188,9 +188,8 @@ g_mount_operation_finalize (GObject *object)
|
||||
g_free (priv->password);
|
||||
g_free (priv->user);
|
||||
g_free (priv->domain);
|
||||
|
||||
if (G_OBJECT_CLASS (g_mount_operation_parent_class)->finalize)
|
||||
(*G_OBJECT_CLASS (g_mount_operation_parent_class)->finalize) (object);
|
||||
|
||||
G_OBJECT_CLASS (g_mount_operation_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Reference in New Issue
Block a user