diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-06 13:36:18 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-06 13:36:18 +0000 |
commit | 19560d0a705c43f5bc3662c698c1ba11bd67ada3 (patch) | |
tree | f2e6e72f6717c932628d21e81cc399218756cfce /src/identity/gnunet-service-identity.c | |
parent | 240715f901a8ee70c01f0293ee8fcca76fb85f7d (diff) |
-code cleanup
Diffstat (limited to 'src/identity/gnunet-service-identity.c')
-rw-r--r-- | src/identity/gnunet-service-identity.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/identity/gnunet-service-identity.c b/src/identity/gnunet-service-identity.c index a8771f91d5..409124fdea 100644 --- a/src/identity/gnunet-service-identity.c +++ b/src/identity/gnunet-service-identity.c @@ -347,9 +347,11 @@ handle_get_default_message (void *cls, struct GNUNET_SERVER_Client *client, GNUNET_SERVER_notification_context_broadcast (nc, &sdm->header, GNUNET_NO); GNUNET_free (sdm); GNUNET_SERVER_receive_done (client, GNUNET_OK); + GNUNET_free (identifier); return; } } + GNUNET_free (identifier); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Failed to find ego `%s'\n", name); |