aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-social.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r--src/social/gnunet-social.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c
index f934894..8feb8c9 100644
--- a/src/social/gnunet-social.c
+++ b/src/social/gnunet-social.c
@@ -1402,7 +1402,7 @@ main (int argc, char *const *argv)
1402 1402
1403 res = GNUNET_PROGRAM_run (argc, argv, help, usage, options, &run, NULL); 1403 res = GNUNET_PROGRAM_run (argc, argv, help, usage, options, &run, NULL);
1404 1404
1405 GNUNET_free ((void *) argv); 1405 //GNUNET_free ((void *) argv);
1406 1406
1407 if (GNUNET_OK == res) 1407 if (GNUNET_OK == res)
1408 return ret; 1408 return ret;