aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-07 08:32:45 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-07 08:32:45 +0000
commitaa480c85a78c7320c4f9f003d58487f21716eab0 (patch)
treec95c4ebbbc29f62ed366fd9371f7163848f8f22e /src/peerinfo
parentd0982439d6fab9268e2024246286299a3cdac549 (diff)
downloadgnunet-aa480c85a78c7320c4f9f003d58487f21716eab0.tar.gz
gnunet-aa480c85a78c7320c4f9f003d58487f21716eab0.zip
leak
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index 4879eea34..2a8454739 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -615,6 +615,8 @@ free_host_entry (void *cls,
615 void *value) 615 void *value)
616{ 616{
617 struct HostEntry *he = value; 617 struct HostEntry *he = value;
618
619 GNUNET_free_non_null (he->hello);
618 GNUNET_free (he); 620 GNUNET_free (he);
619 return GNUNET_YES; 621 return GNUNET_YES;
620} 622}