mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 18:50:07 +01:00
2008-09-05 Dan Williams <dcbw@redhat.com>
* libnm-glib/nm-ip4-config.c libnm-glib/nm-dhcp4-config.c - (finalize): clean up the DBusGProxy git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4038 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
178148a2c5
commit
cfd7014c9d
3 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2008-09-05 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* libnm-glib/nm-ip4-config.c
|
||||
libnm-glib/nm-dhcp4-config.c
|
||||
- (finalize): clean up the DBusGProxy
|
||||
|
||||
2008-09-04 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-ip4-config.c
|
||||
|
|
|
|||
|
|
@ -105,6 +105,8 @@ finalize (GObject *object)
|
|||
if (priv->options)
|
||||
g_hash_table_destroy (priv->options);
|
||||
|
||||
g_object_unref (priv->proxy);
|
||||
|
||||
G_OBJECT_CLASS (nm_dhcp4_config_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -153,6 +153,8 @@ finalize (GObject *object)
|
|||
g_ptr_array_free (priv->domains, TRUE);
|
||||
}
|
||||
|
||||
g_object_unref (priv->proxy);
|
||||
|
||||
G_OBJECT_CLASS (nm_ip4_config_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue