diff options
Diffstat (limited to 'g10/tofu.c')
-rw-r--r-- | g10/tofu.c | 2 |
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); } |