added test_stream_big to make check tests
[oweals/gnunet.git] / src / stream / test_stream_api.c
index 2eeedeec5e25a21b777d7103cf53e4e71aec1ad7..84c4867637c9968ff9e222c9c08e6e5ea9e1c50e 100644 (file)
@@ -101,7 +101,7 @@ do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   /* Free the duplicated configuration */
   GNUNET_CONFIGURATION_destroy (config);
   GNUNET_assert (GNUNET_OK == GNUNET_OS_process_wait (arm_pid));
-  GNUNET_OS_process_close (arm_pid);
+  GNUNET_OS_process_destroy (arm_pid);
 }