bearer-qmi: fix pco array declaration

This commit is contained in:
Daniele Palmas
2023-01-12 16:57:23 +01:00
parent d7e599f13f
commit 34ba11b3fa

View File

@@ -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;