aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mm-broadband-modem-mbim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c
index 1ca8789b..aa95350d 100644
--- a/src/mm-broadband-modem-mbim.c
+++ b/src/mm-broadband-modem-mbim.c
@@ -8697,7 +8697,7 @@ set_device_slot_mappings_ready (MbimDevice *device,
{
MMBroadbandModemMbim *self;
g_autoptr(MbimMessage) response = NULL;
- g_autoptr(GError) error = NULL;
+ GError *error = NULL;
guint32 map_count = 0;
g_autoptr(MbimSlotArray) slot_mappings = NULL;
guint i;