1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-12 15:47:35 +00:00

application: chain up to parents finalize

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-01-22 15:02:22 +01:00
parent f293decdf8
commit 4ebea1a27c

View file

@ -490,7 +490,7 @@ finalize (GObject *object)
g_clear_object (&self->ringer); g_clear_object (&self->ringer);
g_clear_object (&self->notifier); g_clear_object (&self->notifier);
G_OBJECT_CLASS (calls_application_parent_class)->dispose (object); G_OBJECT_CLASS (calls_application_parent_class)->finalize (object);
} }