summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/winutil.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/win32/winutil.c b/win32/winutil.c
index 9f1bfa42fe..59b7aff685 100644
--- a/win32/winutil.c
+++ b/win32/winutil.c
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 4 |
+ | PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
@@ -16,20 +16,13 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include "php.h"
PHPAPI char *php_win_err(int error)
{
- static char *buf = NULL;
-
-#if MBO_0
- /* leak for now */
- if (buf) {
- free(buf);
- }
-#endif
-
- buf = NULL;
+ char *buf = NULL;
FormatMessage(
FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,