fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 15 Jun 2010 11:14:20 +0000 (11:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 15 Jun 2010 11:14:20 +0000 (11:14 +0000)
src/peerinfo-tool/gnunet-peerinfo.c

index a289569ebf2641be6e0e7bbff77cb4f6a83f0fd9..a3fa98fa9267269b8f905bdb5280750f5f1c44f4 100644 (file)
@@ -204,7 +204,6 @@ print_peer_info (void *cls,
       return;
     }
   GNUNET_HELLO_iterate_addresses (hello, GNUNET_NO, &print_address, pc);
-  GNUNET_free (pc);
 }