treewide: Ensure memory is not disposed multiple times

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev
2024-01-26 18:46:24 -08:00
parent 8a464224a3
commit 51e74ef595
3 changed files with 14 additions and 12 deletions

View File

@@ -447,7 +447,6 @@ calls_manager_finalize (GObject *object)
{
CallsManager *self = CALLS_MANAGER (object);
g_clear_object (&self->origins);
g_clear_object (&self->contacts_provider);
G_OBJECT_CLASS (calls_manager_parent_class)->finalize (object);