gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 101/171: -fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 101/171: -fix
Date: Thu, 04 Jan 2018 16:10:09 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 5f8b246a194edb5ac6c9f836d3ac171ccfae8878
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sun Jul 9 19:30:07 2017 +0200

    -fix
---
 src/identity-provider/gnunet-idp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/identity-provider/gnunet-idp.c 
b/src/identity-provider/gnunet-idp.c
index 77bb0a433..2d7a1777f 100644
--- a/src/identity-provider/gnunet-idp.c
+++ b/src/identity-provider/gnunet-idp.c
@@ -176,7 +176,7 @@ iter_cb (void *cls,
                                  rd[i].data_size,
                                  key,
                                  (void**)&attr_value);
-    GNUNET_free (key);
+    GNUNET_CRYPTO_cpabe_delete_key (key);
     GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
                 "%s: %s\n", label, attr_value);
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]