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, 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