fix memory leak
authorChristian Grothoff <christian@grothoff.org>
Sat, 11 Mar 2017 16:58:15 +0000 (17:58 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sat, 11 Mar 2017 16:58:15 +0000 (17:58 +0100)
src/arm/gnunet-service-arm.c

index 4f3e964e3183e957f28fe5911ebf17153954afdd..cc23ef1f6867d9e37efee62085228211bff9f35a 100644 (file)
@@ -812,6 +812,7 @@ start_process (struct ServiceList *sl,
                        "%s %s",
                        fin_options,
                        optpos);
+      GNUNET_free (fin_options);
       GNUNET_free (optpos);
     }
     else