From: Pierre Joye Date: Fri, 15 May 2009 17:48:34 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.3.0RC3~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59a6d8d5a21dc92618f44d2c6060227ab570b152;p=php - WS --- diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index bed669f804..635bdf1c47 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -252,7 +252,7 @@ TSRM_API int pclose(FILE *stream) } fflush(process->stream); - fclose(process->stream); + fclose(process->stream); WaitForSingleObject(process->prochnd, INFINITE); GetExitCodeProcess(process->prochnd, &termstat);