aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/crlfetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirmngr/crlfetch.c')
-rw-r--r--dirmngr/crlfetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/crlfetch.c b/dirmngr/crlfetch.c
index 620edf788..67599cf66 100644
--- a/dirmngr/crlfetch.c
+++ b/dirmngr/crlfetch.c
@@ -516,7 +516,7 @@ fetch_cert_by_url (ctrl_t ctrl, const char *url,
}
err = ksba_cert_init_from_mem (cert, der, derlen);
- xfree (der);
+ es_free (der);
if (err)
goto leave;
}