diff options
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/telit/mm-modem-helpers-telit.c b/plugins/telit/mm-modem-helpers-telit.c index 39e0d1bd..d0e50ab3 100644 --- a/plugins/telit/mm-modem-helpers-telit.c +++ b/plugins/telit/mm-modem-helpers-telit.c @@ -472,6 +472,7 @@ mm_telit_get_4g_mm_bands(GMatchInfo *match_info, goto end; } sscanf (tokens[1], "%d", &value); + g_strfreev (tokens); } else { sscanf (match_str, "%d", &value); } |