diff options
Diffstat (limited to 'src/util/crypto_helper_esign.c')
-rw-r--r-- | src/util/crypto_helper_esign.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/crypto_helper_esign.c b/src/util/crypto_helper_esign.c index 3759d0c8..9392fe40 100644 --- a/src/util/crypto_helper_esign.c +++ b/src/util/crypto_helper_esign.c @@ -221,6 +221,7 @@ TALER_CRYPTO_helper_esign_connect ( strncpy (esh->sa.sun_path, unixpath, sizeof (esh->sa.sun_path) - 1); + GNUNET_free (unixpath); esh->sock = -1; { char *tmpdir; |