aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2025-09-02 04:31:33 +0000
committerNIIBE Yutaka <[email protected]>2025-09-02 04:31:33 +0000
commit1b84d649eacf87ff16289c86939a4846a0d26c12 (patch)
treee0a8e5686a51576fc7307757c2e84bb266e7462d /g10/tofu.c
parentagent: Minor clean-up for use of es_free. (diff)
downloadgnupg-1b84d649eacf87ff16289c86939a4846a0d26c12.tar.gz
gnupg-1b84d649eacf87ff16289c86939a4846a0d26c12.zip
dirmngr,gpg,scd,sm,tools: Minor fixes for es_free.
* dirmngr/crlfetch.c (fetch_cert_by_url): Use es_free. * g10/revoke.c (gen_standard_revoke): Likewise. * g10/tofu.c (ask_about_binding): Likewise. * scd/command.c (cmd_readkey): Likewise. * sm/sign.c (gpgsm_sign): Likewise. * tools/gpg-wks-client.c (command_create): Likewise. * tools/call-dirmngr.c (wkd_get_policy_flags): Clean up no use of BUFFER. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'g10/tofu.c')
-rw-r--r--g10/tofu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c
index a4ef1a184..740ee6475 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -2029,7 +2029,7 @@ ask_about_binding (ctrl_t ctrl,
tofu_resume_batch_transaction (ctrl);
- xfree (prompt);
+ es_free (prompt);
signature_stats_free (stats);
}