libmm-glib,modem-3gpp: fix leak when processing scan results

This commit is contained in:
Aleksander Morgado
2022-01-07 21:30:57 +01:00
parent d30ad946d0
commit 4515b00020

View File

@@ -741,6 +741,8 @@ create_networks_list (GVariant *variant)
g_variant_unref (dict);
}
g_variant_unref (variant);
return list;
}