mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.4' into PHP-5.5
This commit is contained in:
commit
d5fe89670e
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, char *filen
|
|||
us->wrapper = uwrap;
|
||||
|
||||
us->object = user_stream_create_object(uwrap, context TSRMLS_CC);
|
||||
if(us == NULL) {
|
||||
if(us->object == NULL) {
|
||||
FG(user_stream_current_filename) = NULL;
|
||||
efree(us);
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue