From 12deb6c2670f663a3c0734e28673f508fffa3210 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Feb 2021 16:24:38 +0100 Subject: fix memory leaks --- src/util/crypto_helper_denom.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/crypto_helper_denom.c') diff --git a/src/util/crypto_helper_denom.c b/src/util/crypto_helper_denom.c index a70d071de..59fefc276 100644 --- a/src/util/crypto_helper_denom.c +++ b/src/util/crypto_helper_denom.c @@ -220,6 +220,7 @@ TALER_CRYPTO_helper_denom_connect ( strncpy (dh->sa.sun_path, unixpath, sizeof (dh->sa.sun_path) - 1); + GNUNET_free (unixpath); dh->sock = -1; { char *tmpdir; -- cgit v1.2.3