summaryrefslogtreecommitdiff
path: root/gusb/gusb-device-list.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-08-19 14:36:39 +0100
committerRichard Hughes <richard@hughsie.com>2011-08-19 14:36:39 +0100
commit9884be6526070208259d25cb023fe8c8e6cffc1a (patch)
tree6e917b8ea02c64f42da7e4eed6c3c72407f9d3f7 /gusb/gusb-device-list.c
parent5495a40ed69cfab1036086118171a63748464a0b (diff)
downloadgusb-9884be6526070208259d25cb023fe8c8e6cffc1a.tar.gz
Ensure the parent object finalizer is called in GUsbDeviceList
Diffstat (limited to 'gusb/gusb-device-list.c')
-rw-r--r--gusb/gusb-device-list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gusb/gusb-device-list.c b/gusb/gusb-device-list.c
index e81f6e7..3721830 100644
--- a/gusb/gusb-device-list.c
+++ b/gusb/gusb-device-list.c
@@ -78,6 +78,8 @@ g_usb_device_list_finalize (GObject *object)
g_object_unref (priv->udev);
g_ptr_array_unref (priv->devices);
+
+ G_OBJECT_CLASS (g_usb_device_list_parent_class)->finalize (object);
}
/**