[PATCH] libmm-glib, voice: fix object unref in list_call_context_complete_and_free
Ben Chan
benchan at chromium.org
Fri Jun 23 07:14:57 UTC 2017
---
libmm-glib/mm-modem-voice.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libmm-glib/mm-modem-voice.c b/libmm-glib/mm-modem-voice.c
index 1d649454..76cd7b6d 100644
--- a/libmm-glib/mm-modem-voice.c
+++ b/libmm-glib/mm-modem-voice.c
@@ -108,7 +108,7 @@ list_call_context_complete_and_free (ListCallsContext *ctx)
g_object_unref (ctx->result);
if (ctx->cancellable)
g_object_unref (ctx->cancellable);
- g_object_ref (ctx->self);
+ g_object_unref (ctx->self);
g_slice_free (ListCallsContext, ctx);
}
--
2.13.1.611.g7e3b11ae1-goog
More information about the ModemManager-devel
mailing list