summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--threadproc/os2/proc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/threadproc/os2/proc.c b/threadproc/os2/proc.c
index 3ea770d0a..57f0afe67 100644
--- a/threadproc/os2/proc.c
+++ b/threadproc/os2/proc.c
@@ -375,8 +375,9 @@ APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *proc, const char *progname
interpreter[0] = 0;
}
}
+
+ apr_file_close(progfile);
}
- apr_file_close(progfile);
}
i = 0;