[calls/gnome-41] best-match: Don't free unowned data
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls/gnome-41] best-match: Don't free unowned data
- Date: Thu, 28 Oct 2021 12:34:12 +0000 (UTC)
commit ef7248d60c6f049ace4109733592d1f7a8be5905
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Fri Sep 24 05:00:39 2021 +0200
best-match: Don't free unowned data
Fixes #331
(cherry picked from commit 9d27d5bae60812049c5a08984a21473a042eafa5)
src/calls-best-match.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/calls-best-match.c b/src/calls-best-match.c
index ad30448f..26e14db9 100644
--- a/src/calls-best-match.c
+++ b/src/calls-best-match.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]