Blame SOURCES/0010-verify-Ensure-we-set-set-the-autoptr-value-to-NULL-a.patch

73b847
From 76dd4066f328ed76794e834b797abcd588650736 Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Fri, 22 Nov 2019 17:31:50 +0100
73b847
Subject: [PATCH 010/181] verify: Ensure we set set the autoptr value to NULL
73b847
 at definition
73b847
73b847
---
73b847
 examples/verify.c | 2 +-
73b847
 1 file changed, 1 insertion(+), 1 deletion(-)
73b847
73b847
diff --git a/examples/verify.c b/examples/verify.c
73b847
index 89a9b2c..4e1c988 100644
73b847
--- a/examples/verify.c
73b847
+++ b/examples/verify.c
73b847
@@ -182,7 +182,7 @@ start_verification (FpDevice *dev, VerifyData *verify_data)
73b847
     {
73b847
       g_print ("Loading previously enrolled %s finger data...\n",
73b847
                finger_to_string (verify_data->finger));
73b847
-      g_autoptr(FpPrint) verify_print;
73b847
+      g_autoptr(FpPrint) verify_print = NULL;
73b847
 
73b847
       verify_print = print_data_load (dev, verify_data->finger);
73b847
 
73b847
-- 
73b847
2.24.1
73b847