summaryrefslogtreecommitdiffstats
path: root/src/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/auth/factotum/apop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/auth/factotum/apop.c b/src/cmd/auth/factotum/apop.c
index d3d8c95a..20202b1e 100644
--- a/src/cmd/auth/factotum/apop.c
+++ b/src/cmd/auth/factotum/apop.c
@@ -129,6 +129,7 @@ apopclient(Conv *c)
out:
keyclose(k);
free(chal);
+ free(res);
if(c->attr != attr)
freeattr(attr);
return ret;