aboutsummaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
Diffstat (limited to 'sm')
-rw-r--r--sm/sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/sign.c b/sm/sign.c
index 8de79222a..19b8f1c1b 100644
--- a/sm/sign.c
+++ b/sm/sign.c
@@ -1163,7 +1163,7 @@ gpgsm_sign (ctrl_t ctrl, certlist_t signerlist,
if (err)
goto leave;
err = write_detached_signature (ctrl, blob, bloblen, out_fp);
- xfree (blob);
+ es_free (blob);
if (err)
goto leave;
}