aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-wks-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpg-wks-client.c')
-rw-r--r--tools/gpg-wks-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-wks-client.c b/tools/gpg-wks-client.c
index 2d037faef..14854ac15 100644
--- a/tools/gpg-wks-client.c
+++ b/tools/gpg-wks-client.c
@@ -1453,7 +1453,7 @@ command_create (const char *fingerprint, const char *userid)
}
key = NULL;
err = mime_maker_add_body_data (mime, data, datalen);
- xfree (data);
+ es_free (data);
if (err)
goto leave;
}