mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 20:35:31 +00:00
dummy: origin: Fix memory leaks
This commit is contained in:
parent
7cba40ff60
commit
a8de63f838
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ finalize (GObject *object)
|
||||||
CallsDummyOrigin *self = CALLS_DUMMY_ORIGIN (object);
|
CallsDummyOrigin *self = CALLS_DUMMY_ORIGIN (object);
|
||||||
|
|
||||||
g_string_free (self->name, TRUE);
|
g_string_free (self->name, TRUE);
|
||||||
|
g_list_free (self->calls);
|
||||||
|
|
||||||
G_OBJECT_CLASS (calls_dummy_origin_parent_class)->finalize (object);
|
G_OBJECT_CLASS (calls_dummy_origin_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue