mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-12 07:37:35 +00:00
application: chain up to parents finalize
This commit is contained in:
parent
f293decdf8
commit
4ebea1a27c
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ finalize (GObject *object)
|
|||
g_clear_object (&self->ringer);
|
||||
g_clear_object (&self->notifier);
|
||||
|
||||
G_OBJECT_CLASS (calls_application_parent_class)->dispose (object);
|
||||
G_OBJECT_CLASS (calls_application_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue