From 99edebb7be5aa3b8172c13004e5126d68d16cde6 Mon Sep 17 00:00:00 2001 From: Benoit Sobrie Date: Fri, 22 May 2026 15:44:14 +0200 Subject: [PATCH] Fix QAP1 not cleaning workdir before exiting --- src/Rserv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Rserv.c b/src/Rserv.c index 5f6ad36..336d2b6 100644 --- a/src/Rserv.c +++ b/src/Rserv.c @@ -4927,6 +4927,8 @@ void Rserve_QAP1_connected(void *thp) { printf("done.\n"); #endif #ifdef FORKED + /* Honour workdir.clean */ + Rserve_cleanup(); /* we should not return to the main loop, but terminate instead */ exit(0); #endif