-code deduplication in rsa sign/verify code
[oweals/gnunet.git] / src / util / os_priority.c
index 88eee70dd3ec1b09407277e07236c75364a2e020..20d54341dbea9bfc6d5c4f8681006d1ebf1e381e 100644 (file)
@@ -860,7 +860,10 @@ start_process (int pipe_control,
     return NULL; /* not executable */
   if ( (GNUNET_YES == pipe_control) &&
        (GNUNET_OK != npipe_setup (&childpipename)) )
-    return NULL;  
+  {
+    GNUNET_free (childpipename);
+    return NULL;
+  }
   if (NULL != pipe_stdout)
   {
     GNUNET_assert (GNUNET_OK ==