1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00
This commit is contained in:
Wez Furlong
2001-05-28 18:29:07 +00:00
parent fc7d897490
commit 65b0e70e58

View File

@@ -688,7 +688,7 @@ PHP_FUNCTION(socket_read)
}
tmpbuf[retval] = '\0';
RETURN_STRING(tmpbuf, 1);
RETVAL_STRING(tmpbuf, 1);
efree(tmpbuf);
}
/* }}} */