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)
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 4879eea345..2a84547393 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -615,6 +615,8 @@ free_host_entry (void *cls,
void *value)
{
struct HostEntry *he = value;
+
+ GNUNET_free_non_null (he->hello);
GNUNET_free (he);
return GNUNET_YES;
}