tony2001                Fri Jan 12 09:10:16 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/main       fopen_wrappers.c 
  Log:
  MFH
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.175.2.3.2.6&r2=1.175.2.3.2.7&diff_format=u
Index: php-src/main/fopen_wrappers.c
diff -u php-src/main/fopen_wrappers.c:1.175.2.3.2.6 
php-src/main/fopen_wrappers.c:1.175.2.3.2.7
--- php-src/main/fopen_wrappers.c:1.175.2.3.2.6 Fri Jan 12 01:46:11 2007
+++ php-src/main/fopen_wrappers.c       Fri Jan 12 09:10:16 2007
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: fopen_wrappers.c,v 1.175.2.3.2.6 2007/01/12 01:46:11 iliaa Exp $ */
+/* $Id: fopen_wrappers.c,v 1.175.2.3.2.7 2007/01/12 09:10:16 tony2001 Exp $ */
 
 /* {{{ includes
  */
@@ -304,6 +304,9 @@
                                        SG(request_info).path_translated = 
filename;
                                }
                        }
+#if defined(ZTS) && defined(HAVE_GETPWNAM_R) && defined(_SC_GETPW_R_SIZE_MAX)
+                       efree(pwbuf);
+#endif
                }
        } else
 #endif

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to