From: Wez Furlong Date: Thu, 18 Dec 2003 11:32:19 +0000 (+0000) Subject: make it totally safe again X-Git-Tag: php-5.0.0b3RC2~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33ed73cb515a642b70611b5322ae65c6b79f6f07;p=php make it totally safe again --- 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,