commit 9bce6572cf4e8760695dc3d5f33b2b60891341e4 parent 9bb6448ee0cf44aa11f5cb8e924fb91ada00fb83 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 4 Jan 2026 14:57:56 +0100 no waiting if process exited Diffstat:
| M | src/backend/taler-merchant-report-generator.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-report-generator.c b/src/backend/taler-merchant-report-generator.c @@ -315,6 +315,8 @@ child_completed_cb (void *cls, char *error_details = NULL; ra->cwh = NULL; + GNUNET_OS_process_destroy (ra->proc); + ra->proc = NULL; if ( (GNUNET_OS_PROCESS_EXITED != type) || (0 != exit_code) ) {