mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 23:51:17 +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,
|
const char *path,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
g_autoptr (CallsMMOrigin) self = NULL;
|
CallsMMOrigin *self;
|
||||||
gpointer call;
|
gpointer call;
|
||||||
gpointer key;
|
gpointer key;
|
||||||
const char *mm_reason;
|
const char *mm_reason;
|
||||||
|
|
Loading…
Reference in a new issue