1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

best-match: Don't free unowned data

Fixes #331
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-09-24 05:00:39 +02:00
parent d9e5c6a252
commit 9d27d5bae6

View file

@ -90,7 +90,7 @@ notify_avatar (CallsBestMatch *self)
static void
update_best_match (CallsBestMatch *self)
{
g_autoptr (GeeSortedSet) individuals = folks_search_view_get_individuals (self->view);
GeeSortedSet *individuals = folks_search_view_get_individuals (self->view);
FolksIndividual *best_match = NULL;
gboolean notify_has_individual = FALSE;