mm-bearer-mbim: unref not needed and it is causing crash

This commit is contained in:
Amol Lad
2021-10-04 14:48:05 +05:30
parent ea7517f0e5
commit 11b83e4cb8

View File

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