aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniele Palmas <dnlplm@gmail.com>2023-01-12 16:57:23 +0100
committerDaniele Palmas <dnlplm@gmail.com>2023-01-12 17:03:58 +0100
commit34ba11b3fa6689f8beb7d1c5691607de7aff898d (patch)
treecc1a0f9ab7d2c8de0a4d69f1bb0bfc676b4540b2 /src
parentd7e599f13f2a037d0dcfa1fff720f49c018a55d9 (diff)
bearer-qmi: fix pco array declaration
Diffstat (limited to 'src')
-rw-r--r--src/mm-bearer-qmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-bearer-qmi.c b/src/mm-bearer-qmi.c
index 1fd7f124..5fa38ad3 100644
--- a/src/mm-bearer-qmi.c
+++ b/src/mm-bearer-qmi.c
@@ -557,7 +557,7 @@ process_operator_reserved_pco (MMBearerQmi *self,
MMBaseModem *modem = NULL;
MMPco *pco;
g_autofree gchar *app_specific_info_str = NULL;
- g_autoptr(GArray) array = NULL;
+ GArray *array = NULL;
g_autoptr(GByteArray) pco_raw = NULL;
guint16 container_id;
guint16 tmp_mcc;