-introduce #define for + in GADS
[oweals/gnunet.git] / src / gns / gnunet-gns-fcfsd.c
index 5503000aca79e8a98438664a562a620728d8585c..c29c7838ad4fa2eccebc77f9266373575e859119 100644 (file)
@@ -970,7 +970,7 @@ main (int argc, char *const *argv)
                            _("GNUnet GNS first come first serve registration service"), 
                           options,
                            &run, NULL)) ? 0 : 1;
-
+  GNUNET_free ((void*) argv);
   return ret;
 }