aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-15 11:14:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-15 11:14:20 +0000
commitd9d1af0f4e58f4ac45e671efc489761110c4699c (patch)
tree17230ed4d13fedbbb917f095076667ea4c8def32
parent8ed9714199a49c765cc3fc88e3be367edf9a4cba (diff)
downloadgnunet-d9d1af0f4e58f4ac45e671efc489761110c4699c.tar.gz
gnunet-d9d1af0f4e58f4ac45e671efc489761110c4699c.zip
fix
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index a289569eb..a3fa98fa9 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -204,7 +204,6 @@ print_peer_info (void *cls,
204 return; 204 return;
205 } 205 }
206 GNUNET_HELLO_iterate_addresses (hello, GNUNET_NO, &print_address, pc); 206 GNUNET_HELLO_iterate_addresses (hello, GNUNET_NO, &print_address, pc);
207 GNUNET_free (pc);
208} 207}
209 208
210 209