Blame SOURCES/0123-fpi-ssm-Define-autoptr-cleanup-function.patch

73b847
From ea9e12ccb39578e0acd28d125c9ae4a7969890ad Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Wed, 11 Dec 2019 20:57:15 +0100
73b847
Subject: [PATCH 123/181] fpi-ssm: Define autoptr cleanup function
73b847
73b847
---
73b847
 libfprint/fpi-ssm.h | 2 ++
73b847
 1 file changed, 2 insertions(+)
73b847
73b847
diff --git a/libfprint/fpi-ssm.h b/libfprint/fpi-ssm.h
73b847
index d1334b5..956e355 100644
73b847
--- a/libfprint/fpi-ssm.h
73b847
+++ b/libfprint/fpi-ssm.h
73b847
@@ -109,3 +109,5 @@ void fpi_ssm_usb_transfer_with_weak_pointer_cb (FpiUsbTransfer *transfer,
73b847
                                                 FpDevice       *device,
73b847
                                                 gpointer        weak_ptr,
73b847
                                                 GError         *error);
73b847
+
73b847
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (FpiSsm, fpi_ssm_free)
73b847
-- 
73b847
2.24.1
73b847