1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-07 12:25:31 +00:00

mm-origin: Don't leak ID

This commit is contained in:
Evangelos Ribeiro Tzaras 2023-01-18 21:40:38 +01:00
parent 5379907cf8
commit 3dcb1881bf

View file

@ -827,6 +827,7 @@ dispose (GObject *object)
g_clear_object (&self->ussd);
g_clear_object (&self->sim);
g_clear_pointer (&self->country_code, g_free);
g_clear_pointer (&self->id, g_free);
G_OBJECT_CLASS (calls_mm_origin_parent_class)->dispose (object);
}