pajoye Fri Apr 7 14:04:36 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/sockets sockets.c Log: - revert last commit, something else went wrong http://cvs.php.net/viewcvs.cgi/php-src/ext/sockets/sockets.c?r1=1.171.2.8&r2=1.171.2.9&diff_format=u Index: php-src/ext/sockets/sockets.c diff -u php-src/ext/sockets/sockets.c:1.171.2.8 php-src/ext/sockets/sockets.c:1.171.2.9 --- php-src/ext/sockets/sockets.c:1.171.2.8 Fri Apr 7 13:33:55 2006 +++ php-src/ext/sockets/sockets.c Fri Apr 7 14:04:36 2006 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: sockets.c,v 1.171.2.8 2006/04/07 13:33:55 pajoye Exp $ */ +/* $Id: sockets.c,v 1.171.2.9 2006/04/07 14:04:36 pajoye Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -871,7 +871,6 @@ php_sock->error = errno; SOCKETS_G(last_error) = errno; } else { - efree(tmpbuf); PHP_SOCKET_ERROR(php_sock, "unable to read from socket", errno); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php