From 87dd729187fa6a7a0f5c479223485caeb223a192 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 23 Jun 2006 13:53:43 +0000 Subject: [PATCH] plug leak --- ext/date/php_date.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/date/php_date.c b/ext/date/php_date.c index e236f6651c..1184a10bc6 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -1084,6 +1084,7 @@ PHP_FUNCTION(strtotime) } if (!time_len) { + timelib_time_dtor(now); RETURN_FALSE; } -- 2.50.1