diff options
-rw-r--r-- | plugins/mbm/mm-broadband-bearer-mbm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mbm/mm-broadband-bearer-mbm.c b/plugins/mbm/mm-broadband-bearer-mbm.c index f7374757..e4f9983c 100644 --- a/plugins/mbm/mm-broadband-bearer-mbm.c +++ b/plugins/mbm/mm-broadband-bearer-mbm.c @@ -396,6 +396,8 @@ authenticate (Dial3gppContext *ctx) ctx->cid, encoded_user ? encoded_user : "", encoded_password ? encoded_password : ""); + g_free (encoded_user); + g_free (encoded_password); mm_base_modem_at_command_full (ctx->modem, ctx->primary, |