From 0d6b6ebcf1f849a3e41a1a582fd2bf6d21fc1c1e Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 24 Aug 2022 14:00:13 +0000 Subject: [PATCH] =?UTF-8?q?icera:=20fix=20double=20free=20on=20%%IPSYS=3D?= =?UTF-8?q?=3F=20response=20processing?= --- plugins/icera/mm-broadband-modem-icera.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/icera/mm-broadband-modem-icera.c b/plugins/icera/mm-broadband-modem-icera.c index 96cb45fa..897d2562 100644 --- a/plugins/icera/mm-broadband-modem-icera.c +++ b/plugins/icera/mm-broadband-modem-icera.c @@ -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; }