bearer-mbim: Fix double free in ip_configuration_query_ready

This commit is contained in:
Andrew Lassalle
2021-05-04 13:45:10 -07:00
parent d77d8dff42
commit 27c43075f9

View File

@@ -404,7 +404,6 @@ ip_configuration_query_ready (MbimDevice *device,
str = g_inet_address_to_string (addr);
mm_obj_dbg (self, " DNS [%u]: '%s'", i, str);
g_free (str);
}
g_object_unref (addr);
}