aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/service/transport/transport-testing-communicator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/transport/transport-testing-communicator.c b/src/service/transport/transport-testing-communicator.c
index 107051241..7d8abbe1e 100644
--- a/src/service/transport/transport-testing-communicator.c
+++ b/src/service/transport/transport-testing-communicator.c
@@ -773,6 +773,7 @@ shutdown_process (struct GNUNET_OS_Process *proc)
773 "Error shutting down process with SIGERM and SIGKILL\n"); 773 "Error shutting down process with SIGERM and SIGKILL\n");
774 } 774 }
775 } 775 }
776 GNUNET_break (GNUNET_OK == GNUNET_OS_process_wait (proc));
776 GNUNET_OS_process_destroy (proc); 777 GNUNET_OS_process_destroy (proc);
777} 778}
778 779