-avoid use after free
[oweals/gnunet.git] / src / conversation / test_conversation_api.c
index d186167215b54371441e3bfc63531c9efc49db68..101245c9e11a51b449c70f8ab1b2532ff49d63b9 100644 (file)
@@ -48,13 +48,14 @@ check ()
   };
   struct GNUNET_OS_Process *proc;
   char *path = GNUNET_OS_get_libexec_binary_path ( "gnunet-service-conversation");
+
   if (NULL == path)
   {
     fprintf (stderr, "Service executable not found `%s'\n", "gnunet-service-conversation");
     return 0;
   }
   proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL,
-                               path,
+                                  path,
                                  "gnunet-service-conversation",
                                  NULL);