aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmi-firmware-update/qfu-operation-update.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmi-firmware-update/qfu-operation-update.c')
-rw-r--r--src/qmi-firmware-update/qfu-operation-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmi-firmware-update/qfu-operation-update.c b/src/qmi-firmware-update/qfu-operation-update.c
index af061e9..02f5ab1 100644
--- a/src/qmi-firmware-update/qfu-operation-update.c
+++ b/src/qmi-firmware-update/qfu-operation-update.c
@@ -104,7 +104,7 @@ operation_update_run (QfuUpdater *updater,
/* Run! */
qfu_updater_run (updater, image_file_list, operation.cancellable, (GAsyncReadyCallback) run_ready, &operation);
- g_list_free_full (image_file_list, (GDestroyNotify) g_object_unref);
+ g_list_free_full (image_file_list, g_object_unref);
g_main_loop_run (operation.loop);
if (operation.cancellable)