mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-10 05:45:32 +00:00
best-match: Don't free unowned data
Fixes #331
(cherry picked from commit 9d27d5bae6
)
This commit is contained in:
parent
46ddc22822
commit
ef7248d60c
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ notify_avatar (CallsBestMatch *self)
|
||||||
static void
|
static void
|
||||||
update_best_match (CallsBestMatch *self)
|
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;
|
FolksIndividual *best_match = NULL;
|
||||||
gboolean notify_has_individual = FALSE;
|
gboolean notify_has_individual = FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue