aboutsummaryrefslogtreecommitdiff
path: root/src/mm-bearer-mbim.c
diff options
context:
space:
mode:
authorAmol Lad <amol.lad@4rf.com>2021-10-04 14:48:05 +0530
committerAmol Lad <amol.lad@4rf.com>2021-10-04 14:48:05 +0530
commit11b83e4cb8d310fc88a4e0152e625b7eafefe516 (patch)
treebb933187d9c4f786bbe87921c8c0fc550b73a331 /src/mm-bearer-mbim.c
parentea7517f0e5ec0d81bb75ea0d589575bb5efb9330 (diff)
mm-bearer-mbim: unref not needed and it is causing crash
Diffstat (limited to 'src/mm-bearer-mbim.c')
-rw-r--r--src/mm-bearer-mbim.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-bearer-mbim.c b/src/mm-bearer-mbim.c
index d5099292..21a17a2e 100644
--- a/src/mm-bearer-mbim.c
+++ b/src/mm-bearer-mbim.c
@@ -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);
}
}