mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ZTS fix
This commit is contained in:
parent
3110d15a00
commit
c261351a97
1 changed files with 1 additions and 1 deletions
|
@ -3156,7 +3156,7 @@ sdlPtr get_sdl(zval *this_ptr, char *uri, zend_bool persistent TSRMLS_DC)
|
|||
} else {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Failed to register persistent entry");
|
||||
/* clean up persistent sdl */
|
||||
delete_psdl(le_ptr);
|
||||
delete_psdl(le_ptr TSRMLS_CC);
|
||||
/* keep non-persistent sdl and return it */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue