aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmi-firmware-update/qfu-reseter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmi-firmware-update/qfu-reseter.c')
-rw-r--r--src/qmi-firmware-update/qfu-reseter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmi-firmware-update/qfu-reseter.c b/src/qmi-firmware-update/qfu-reseter.c
index 541d390..979294a 100644
--- a/src/qmi-firmware-update/qfu-reseter.c
+++ b/src/qmi-firmware-update/qfu-reseter.c
@@ -77,8 +77,8 @@ run_context_free (RunContext *ctx)
qmi_device_close_async (ctx->qmi_device, 10, NULL, NULL, NULL);
g_object_unref (ctx->qmi_device);
}
- g_list_free_full (ctx->ttys, (GDestroyNotify) g_object_unref);
- g_list_free_full (ctx->at_devices, (GDestroyNotify) g_object_unref);
+ g_list_free_full (ctx->ttys, g_object_unref);
+ g_list_free_full (ctx->at_devices, g_object_unref);
g_slice_free (RunContext, ctx);
}