diff options
Diffstat (limited to 'ext/date/php_date.c')
| -rw-r--r-- | ext/date/php_date.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 6146dec927..28a43e6678 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -3641,6 +3641,7 @@ static int timezone_initialize(php_timezone_obj *tzobj, /*const*/ char *tz TSRML  		return FAILURE;  	} else {  		set_timezone_from_timelib_time(tzobj, dummy_t); +		free(dummy_t->tz_abbr);  		efree(dummy_t);  		return SUCCESS;  	} | 
