From: Felipe Pena Date: Wed, 1 Jul 2009 12:06:27 +0000 (+0000) Subject: - Fixed previous fix X-Git-Tag: php-5.4.0alpha1~191^2~3198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f06342f3b527bd13e9bc603e668d08661798cc68;p=php - Fixed previous fix --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index e15bb529be..ee6a5ca71b 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -3350,8 +3350,8 @@ static void php_imagechar(INTERNAL_FUNCTION_PARAMETERS, int mode) if (!ZEND_FETCH_RESOURCE_NO_RETURN(im, gdImagePtr, &IM, -1, "Image", le_gd)) { if (str_type == IS_UNICODE) { efree(str.s); - RETURN_FALSE; } + RETURN_FALSE; } font = php_find_gd_font(size TSRMLS_CC);