aboutsummaryrefslogtreecommitdiff
path: root/src/identity
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-06 13:36:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-06 13:36:18 +0000
commit19560d0a705c43f5bc3662c698c1ba11bd67ada3 (patch)
treef2e6e72f6717c932628d21e81cc399218756cfce /src/identity
parent240715f901a8ee70c01f0293ee8fcca76fb85f7d (diff)
downloadgnunet-19560d0a705c43f5bc3662c698c1ba11bd67ada3.tar.gz
gnunet-19560d0a705c43f5bc3662c698c1ba11bd67ada3.zip
-code cleanup
Diffstat (limited to 'src/identity')
-rw-r--r--src/identity/gnunet-service-identity.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/identity/gnunet-service-identity.c b/src/identity/gnunet-service-identity.c
index a8771f91d..409124fde 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,
347 GNUNET_SERVER_notification_context_broadcast (nc, &sdm->header, GNUNET_NO); 347 GNUNET_SERVER_notification_context_broadcast (nc, &sdm->header, GNUNET_NO);
348 GNUNET_free (sdm); 348 GNUNET_free (sdm);
349 GNUNET_SERVER_receive_done (client, GNUNET_OK); 349 GNUNET_SERVER_receive_done (client, GNUNET_OK);
350 GNUNET_free (identifier);
350 return; 351 return;
351 } 352 }
352 } 353 }
354 GNUNET_free (identifier);
353 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 355 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
354 "Failed to find ego `%s'\n", 356 "Failed to find ego `%s'\n",
355 name); 357 name);