diff options
| author | Pierre Joye <pajoye@php.net> | 2006-04-07 14:04:36 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2006-04-07 14:04:36 +0000 |
| commit | 3511649498eec2eace541e44cf963b35caaccf87 (patch) | |
| tree | 9ea5376443c0b425bc9b12fd993824700dea42fe /ext/sockets | |
| parent | e9d452b9a92c740841c772e4c9eab6160827dbba (diff) | |
| download | php-git-3511649498eec2eace541e44cf963b35caaccf87.tar.gz | |
- revert last commit, something else went wrong
Diffstat (limited to 'ext/sockets')
| -rw-r--r-- | ext/sockets/sockets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index 1a6c211ea7..d706674baf 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -871,7 +871,6 @@ PHP_FUNCTION(socket_read) php_sock->error = errno; SOCKETS_G(last_error) = errno; } else { - efree(tmpbuf); PHP_SOCKET_ERROR(php_sock, "unable to read from socket", errno); } |
