aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmi-firmware-update/qfu-udev-helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmi-firmware-update/qfu-udev-helpers.c')
-rw-r--r--src/qmi-firmware-update/qfu-udev-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmi-firmware-update/qfu-udev-helpers.c b/src/qmi-firmware-update/qfu-udev-helpers.c
index 3412f46..7524dc5 100644
--- a/src/qmi-firmware-update/qfu-udev-helpers.c
+++ b/src/qmi-firmware-update/qfu-udev-helpers.c
@@ -303,7 +303,7 @@ qfu_udev_helper_find_by_device_info (guint16 vid,
GString *match_str;
gchar *sysfs_path = NULL;
- sysfs_paths = g_ptr_array_new_with_free_func ((GDestroyNotify) g_free);
+ sysfs_paths = g_ptr_array_new_with_free_func (g_free);
udev = g_udev_client_new (NULL);
match_str = g_string_new ("");