aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/gnunet-peerinfo.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-13 11:44:41 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-13 11:44:41 +0000
commit37ad983d488bb8c62cd26823850ba01ee2e499d7 (patch)
tree88c3c257bcc06d36b7659d007f3e80d0c6866e24 /src/peerinfo-tool/gnunet-peerinfo.c
parent2749384c8aaa69fbc36ce543a91a2bd725cf0fa7 (diff)
downloadgnunet-37ad983d488bb8c62cd26823850ba01ee2e499d7.tar.gz
gnunet-37ad983d488bb8c62cd26823850ba01ee2e499d7.zip
fixes
Diffstat (limited to 'src/peerinfo-tool/gnunet-peerinfo.c')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index a3fa98fa9..a289569eb 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -204,6 +204,7 @@ 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);
207} 208}
208 209
209 210