mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
mm-origin: Don't unref origin in call_deleted_cb
Fixes: 72a85d62fa
Closes: #573
This commit is contained in:
parent
378da62ccb
commit
3e699275a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue