[PATCH] libmm-glib, voice: fix object unref in list_call_context_complete_and_free
Aleksander Morgado
aleksander at aleksander.es
Fri Jun 23 08:23:23 UTC 2017
On Fri, Jun 23, 2017 at 9:14 AM, Ben Chan <benchan at chromium.org> wrote:
> ---
> libmm-glib/mm-modem-voice.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Pushed to git master and mm-1-6, thanks!
> 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
>
--
Aleksander
https://aleksander.es
More information about the ModemManager-devel
mailing list