aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-06 08:41:57 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-06 08:41:57 +0000
commit129e2b3cb013020a6fca41d5b02e0f305cc14f5a (patch)
tree38d2f0e5d9c37ffcb5835dfe8840b4e2ef6a084b /src
parent24be41ca6f5987a964ed215f5419aaeeef7a0f62 (diff)
downloadgnunet-129e2b3cb013020a6fca41d5b02e0f305cc14f5a.tar.gz
gnunet-129e2b3cb013020a6fca41d5b02e0f305cc14f5a.zip
leak
Diffstat (limited to 'src')
-rw-r--r--src/dht/gnunet-service-dht.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index 9431ad20a..e997e48e5 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -2416,6 +2416,7 @@ handle_dht_find_peer (void *cls,
2416 GNUNET_TRANSPORT_offer_hello(transport_handle, other_hello); 2416 GNUNET_TRANSPORT_offer_hello(transport_handle, other_hello);
2417 GNUNET_CORE_peer_request_connect(sched, cfg, GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5), &peer_id, NULL, NULL); 2417 GNUNET_CORE_peer_request_connect(sched, cfg, GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5), &peer_id, NULL, NULL);
2418 route_message2 (find_msg, message_context); 2418 route_message2 (find_msg, message_context);
2419 GNUNET_free (other_hello);
2419 return; 2420 return;
2420 } 2421 }
2421 else /* We don't want this peer! */ 2422 else /* We don't want this peer! */