1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 21:29:32 +00:00

mm-origin: Don't unref origin in call_deleted_cb

Fixes: 72a85d62fa
Closes: #573
This commit is contained in:
Evangelos Ribeiro Tzaras 2023-05-10 15:27:53 +02:00
parent 378da62ccb
commit 3e699275a4

View file

@ -564,7 +564,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;