wez Tue Jan 4 10:31:34 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard streamsfuncs.c Log: MFH: Fix #31408 http://cvs.php.net/diff.php/php-src/ext/standard/streamsfuncs.c?r1=1.35.2.7&r2=1.35.2.8&ty=u Index: php-src/ext/standard/streamsfuncs.c diff -u php-src/ext/standard/streamsfuncs.c:1.35.2.7 php-src/ext/standard/streamsfuncs.c:1.35.2.8 --- php-src/ext/standard/streamsfuncs.c:1.35.2.7 Thu Dec 23 14:39:49 2004 +++ php-src/ext/standard/streamsfuncs.c Tue Jan 4 10:31:34 2005 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: streamsfuncs.c,v 1.35.2.7 2004/12/23 19:39:49 wez Exp $ */ +/* $Id: streamsfuncs.c,v 1.35.2.8 2005/01/04 15:31:34 wez Exp $ */ #include "php.h" #include "php_globals.h" @@ -347,6 +347,7 @@ } } + efree(read_buf); RETURN_FALSE; } /* }}} */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php