mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-10 05:45:32 +00:00
mm-origin: Don't unref origin in call_deleted_cb
Fixes:72a85d62fa
Closes: #573 (cherry picked from commit3e699275a4
)
This commit is contained in:
parent
4d07205edf
commit
09d3e8798f
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,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