aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 682ad417c..fc1f461ed 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1364,6 +1364,7 @@ main (int argc, char *const *argv)
1364 _ 1364 _
1365 ("GNUnet topology control (maintaining P2P mesh and F2F constraints)"), 1365 ("GNUnet topology control (maintaining P2P mesh and F2F constraints)"),
1366 options, &run, NULL)) ? 0 : 1; 1366 options, &run, NULL)) ? 0 : 1;
1367 GNUNET_free ((void*) argv);
1367 return ret; 1368 return ret;
1368} 1369}
1369 1370