gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 42033a5d0e879283390e3097ac0703d206a55a30
parent 5ba60e6f5fe0b4a0f11ef34a572e844cba5e5329
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  6 Sep 2013 09:53:53 +0000

-fix bad free, cut&paste error, might fix #3020

Diffstat:
Msrc/identity/identity_api.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c @@ -419,7 +419,6 @@ message_handler (void *cls, GNUNET_CONTAINER_DLL_remove (h->op_head, h->op_tail, op); - GNUNET_free (ego->name); GNUNET_CLIENT_receive (h->client, &message_handler, h, GNUNET_TIME_UNIT_FOREVER_REL); if (NULL != op->cb)