mirror of
https://github.com/php/php-src.git
synced 2025-01-10 21:14:37 +08:00
plug leak
This commit is contained in:
parent
f1d09682fb
commit
87dd729187
@ -1084,6 +1084,7 @@ PHP_FUNCTION(strtotime)
|
||||
}
|
||||
|
||||
if (!time_len) {
|
||||
timelib_time_dtor(now);
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user