diff options
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.c')
-rw-r--r-- | plugins/ublox/mm-modem-helpers-ublox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.c b/plugins/ublox/mm-modem-helpers-ublox.c index eaaed550..96ac4702 100644 --- a/plugins/ublox/mm-modem-helpers-ublox.c +++ b/plugins/ublox/mm-modem-helpers-ublox.c @@ -970,7 +970,7 @@ mm_ublox_parse_ugcntrd_response_for_cid (const gchar *response, GError **error) { GRegex *r; - GMatchInfo *match_info; + GMatchInfo *match_info = NULL; GError *inner_error = NULL; guint session_tx_bytes = 0; guint session_rx_bytes = 0; |