summaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
Diffstat (limited to 'agent')
-rw-r--r--agent/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/command.c b/agent/command.c
index a021eef26..052f9db48 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -1694,6 +1694,7 @@ send_back_passphrase (assuan_context_t ctx, int via_data, const char *pw)
xfree (p);
}
}
+ assuan_end_confidential (ctx);
return rc;
}