From 770188279ff51a901b0d72e7e60ec3b55a1aa589 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 23 Jun 2006 13:52:53 +0000 Subject: [PATCH] plug leak in my last patch --- 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 3982341801e..4bbbbdfa173 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -1206,6 +1206,7 @@ PHP_FUNCTION(strtotime) } if (!time_len) { + timelib_time_dtor(now); RETURN_FALSE; }