aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-06 09:53:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-06 09:53:53 +0000
commit42033a5d0e879283390e3097ac0703d206a55a30 (patch)
tree94ed04356c4b85da9f29eb3ce507ef735fe626f1 /src/identity/identity_api.c
parent5ba60e6f5fe0b4a0f11ef34a572e844cba5e5329 (diff)
downloadgnunet-42033a5d0e879283390e3097ac0703d206a55a30.tar.gz
gnunet-42033a5d0e879283390e3097ac0703d206a55a30.zip
-fix bad free, cut&paste error, might fix #3020
Diffstat (limited to 'src/identity/identity_api.c')
-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)