This commit is contained in:
Wez Furlong 2003-12-20 20:25:55 +00:00
parent 76828b3024
commit ab11c8c5ba

View File

@ -78,7 +78,7 @@ PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int
return stream;
}
/* dead - kill it */
php_stream_close(stream);
php_stream_pclose(stream);
stream = NULL;
/* fall through */