[Commits] [SCM] claws branch, master, updated. 3.18.0-198-gf4c027770

wwp at claws-mail.org wwp at claws-mail.org
Tue Sep 28 18:43:46 CEST 2021


The branch, master has been updated
       via  f4c027770dda3770c63dac1e01ac4a6cc6cc4edf (commit)
      from  144f19e9a89f162c5c1404de042923e29b44fa4d (commit)

Summary of changes:
 src/plugins/pgpcore/sgpgme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit f4c027770dda3770c63dac1e01ac4a6cc6cc4edf
Author: wwp <subscript at free.fr>
Date:   Tue Sep 28 18:42:57 2021 +0200

    Fix pgpcore build.

diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c
index f9c03221f..150fd9f47 100644
--- a/src/plugins/pgpcore/sgpgme.c
+++ b/src/plugins/pgpcore/sgpgme.c
@@ -565,7 +565,7 @@ gchar *sgpgme_get_encrypt_data(GSList *recp_names, gpgme_protocol_t proto)
 		ret = tmp;
 		i++;
 	}
-	g_free(kset);
+	g_free(keys);
 	return ret;
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list