diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2022-03-25 13:55:03 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-03-28 08:06:10 +0000 |
commit | b81680a3fd34a6faae926d68f285e1d4767a7df6 (patch) | |
tree | baf198f384fd77fe36e3f0d74e823cf742e8a55a | |
parent | a56f96f07490199609bca8d7e5e3df3381a25d4e (diff) |
foxconn: remove unneeded input bundle unref
-rw-r--r-- | plugins/foxconn/mm-broadband-modem-mbim-foxconn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/foxconn/mm-broadband-modem-mbim-foxconn.c b/plugins/foxconn/mm-broadband-modem-mbim-foxconn.c index 8a4fbee6..7878dbdd 100644 --- a/plugins/foxconn/mm-broadband-modem-mbim-foxconn.c +++ b/plugins/foxconn/mm-broadband-modem-mbim-foxconn.c @@ -240,7 +240,6 @@ firmware_load_update_settings (MMIfaceModemFirmware *self, MM_PORT_QMI_FLAG_DEFAULT, NULL); if (!client) { - qmi_message_fox_get_firmware_version_input_unref (input); firmware_load_update_settings_over_dms_service (self, task); return; } |