mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
plug leak in my last patch
This commit is contained in:
parent
a2b61371cd
commit
770188279f
1 changed files with 1 additions and 0 deletions
|
@ -1206,6 +1206,7 @@ PHP_FUNCTION(strtotime)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!time_len) {
|
if (!time_len) {
|
||||||
|
timelib_time_dtor(now);
|
||||||
RETURN_FALSE;
|
RETURN_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue