use nz
authorChristian Grothoff <christian@grothoff.org>
Tue, 21 Apr 2020 11:23:28 +0000 (13:23 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 21 Apr 2020 11:23:28 +0000 (13:23 +0200)
src/util/os_priority.c

index 36f0d8e300c26e3c2596b9562c38171e785da16e..5799d893bf7f803181fb82cbed5edd5d58863ccf 100644 (file)
@@ -875,7 +875,7 @@ GNUNET_OS_start_process_s (int pipe_control,
                                     binary_path,
                                     argv);
   while (argv_size > 0)
-    GNUNET_free (argv[--argv_size]);
+    GNUNET_free_nz (argv[--argv_size]);
   GNUNET_free (argv);
   return proc;
 }