commit cf88ebed5b6130553de94a7aa7105b51d562998a parent b78a997e2cfc2ba74585fc0328fea5ac8280f6bc 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; }