aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool')
-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