Skip to content

bearer-mbim: plug leak when checking if already disconnected fails

If the modem reports any error during the connection status check, we're creating a GError but never disposing it. We don't need that GError for anything, so just discard it.

Merge request reports