From 09d3e8798f855cbfb6cb8469a2b8eca4d3b75bb5 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Wed, 10 May 2023 15:27:53 +0200 Subject: [PATCH] mm-origin: Don't unref origin in call_deleted_cb Fixes: 72a85d62fad3b6bfbceedd93f8122926de699503 Closes: #573 (cherry picked from commit 3e699275a45544a1397d09b17502447fc7472504) --- plugins/provider/mm/calls-mm-origin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provider/mm/calls-mm-origin.c b/plugins/provider/mm/calls-mm-origin.c index a01b298..f544a69 100644 --- a/plugins/provider/mm/calls-mm-origin.c +++ b/plugins/provider/mm/calls-mm-origin.c @@ -552,7 +552,7 @@ call_deleted_cb (MMModemVoice *voice, const char *path, gpointer user_data) { - g_autoptr (CallsMMOrigin) self = NULL; + CallsMMOrigin *self; gpointer call; gpointer key; const char *mm_reason;