icera: fix double free on %%IPSYS=? response processing

This commit is contained in:
Aleksander Morgado
2022-08-24 14:00:13 +00:00
parent 90fb43ff9e
commit 0d6b6ebcf1

View File

@@ -162,7 +162,6 @@ load_supported_modes_finish (MMIfaceModem *self,
MM_CORE_ERROR,
MM_CORE_ERROR_FAILED,
"%%IPSYS=? response didn't match");
g_regex_unref (r);
return NULL;
}