aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-voice.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-modem-voice.c')
-rw-r--r--libmm-glib/mm-modem-voice.c2
1 files changed, 1 insertions, 1 deletions
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);
}