1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

application: Chain up shutdown

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-12-01 14:26:58 +01:00
parent 85689dbb45
commit edfb4455f8

View file

@ -453,6 +453,8 @@ static void
app_shutdown (GApplication *application)
{
cui_uninit ();
G_APPLICATION_CLASS (calls_application_parent_class)->shutdown (application);
}