aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/gnunet-multicast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast/gnunet-multicast.c')
-rw-r--r--src/multicast/gnunet-multicast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multicast/gnunet-multicast.c b/src/multicast/gnunet-multicast.c
index ffac36d..6859402 100644
--- a/src/multicast/gnunet-multicast.c
+++ b/src/multicast/gnunet-multicast.c
@@ -72,7 +72,7 @@ main (int argc, char *const *argv)
72 gettext_noop ("This command doesn't do anything yet."), 72 gettext_noop ("This command doesn't do anything yet."),
73 options, &run, 73 options, &run,
74 NULL)) ? ret : 1; 74 NULL)) ? ret : 1;
75 GNUNET_free ((void*) argv); 75 //XXX GNUNET_free ((void*) argv);
76 return ret; 76 return ret;
77} 77}
78 78