[calls] best-match: Don't free unowned data
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls] best-match: Don't free unowned data
- Date: Fri, 24 Sep 2021 05:17:56 +0000 (UTC)
commit 9d27d5bae60812049c5a08984a21473a042eafa5
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
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]