leak
authorChristian Grothoff <christian@grothoff.org>
Tue, 7 Sep 2010 08:32:45 +0000 (08:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 7 Sep 2010 08:32:45 +0000 (08:32 +0000)
src/peerinfo/gnunet-service-peerinfo.c

index 4879eea345bc96c53c0f638141fd23b2e7fa6816..2a84547393cc945a180edda3a7fd3b7b08ed9ea3 100644 (file)
@@ -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;
 }