commit f4c027770dda3770c63dac1e01ac4a6cc6cc4edf parent 144f19e9a89f162c5c1404de042923e29b44fa4d Author: wwp <subscript@free.fr> Date: Tue, 28 Sep 2021 18:42:57 +0200 Fix pgpcore build. Diffstat:
| M | src/plugins/pgpcore/sgpgme.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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; }