Blame SOURCES/0068-fp-print-Clear-the-data-not-the-description-when-set.patch

73b847
From d8b15d9c655d329ccb91d0d6b31e6109651a1af6 Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Tue, 3 Dec 2019 19:53:19 +0100
73b847
Subject: [PATCH 068/181] fp-print: Clear the data not the description when
73b847
 setting the property
73b847
73b847
---
73b847
 libfprint/fp-print.c | 2 +-
73b847
 1 file changed, 1 insertion(+), 1 deletion(-)
73b847
73b847
diff --git a/libfprint/fp-print.c b/libfprint/fp-print.c
73b847
index ddf8747..e7b119a 100644
73b847
--- a/libfprint/fp-print.c
73b847
+++ b/libfprint/fp-print.c
73b847
@@ -207,7 +207,7 @@ fp_print_set_property (GObject      *object,
73b847
       break;
73b847
 
73b847
     case PROP_FPI_DATA:
73b847
-      g_clear_pointer (&self->description, g_variant_unref);
73b847
+      g_clear_pointer (&self->data, g_variant_unref);
73b847
       self->data = g_value_dup_variant (value);
73b847
       break;
73b847
 
73b847
-- 
73b847
2.24.1
73b847