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);