commit 5f8b246a194edb5ac6c9f836d3ac171ccfae8878
parent 0e13b88e8f727543317f80757646606bf8269983
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
Date: Sun, 9 Jul 2017 19:30:07 +0200
-fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);
}