aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/identity/identity_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c
index 7120d4c7f..87ed361c4 100644
--- a/src/identity/identity_api.c
+++ b/src/identity/identity_api.c
@@ -419,7 +419,6 @@ message_handler (void *cls,
419 GNUNET_CONTAINER_DLL_remove (h->op_head, 419 GNUNET_CONTAINER_DLL_remove (h->op_head,
420 h->op_tail, 420 h->op_tail,
421 op); 421 op);
422 GNUNET_free (ego->name);
423 GNUNET_CLIENT_receive (h->client, &message_handler, h, 422 GNUNET_CLIENT_receive (h->client, &message_handler, h,
424 GNUNET_TIME_UNIT_FOREVER_REL); 423 GNUNET_TIME_UNIT_FOREVER_REL);
425 if (NULL != op->cb) 424 if (NULL != op->cb)