diff options
-rw-r--r-- | plugins/cinterion/mm-modem-helpers-cinterion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.c b/plugins/cinterion/mm-modem-helpers-cinterion.c index 67da6120..b63b67c1 100644 --- a/plugins/cinterion/mm-modem-helpers-cinterion.c +++ b/plugins/cinterion/mm-modem-helpers-cinterion.c @@ -978,7 +978,7 @@ mm_cinterion_parse_smong_response (const gchar *response, guint value = 0; GError *inner_error = NULL; g_autoptr(GMatchInfo) match_info = NULL; - g_autoptr(GRegex) regex; + g_autoptr(GRegex) regex = NULL; /* The AT^SMONG command returns a cell info table, where the second * column identifies the "GPRS status", which is exactly what we want. |