1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 05:09:30 +00:00

call-window: Fix leak of initial CallHolder reference

Closes #20
This commit is contained in:
Bob Ham 2018-10-08 11:44:27 +00:00
parent 88e11d62b5
commit 903782d90d

View file

@ -238,6 +238,7 @@ add_call (CallsCallWindow *self,
calls_call_get_number (call));
g_list_store_append (self->call_holders, holder);
g_object_unref (holder);
update_visibility (self);
set_focus (self, holder);