From f06342f3b527bd13e9bc603e668d08661798cc68 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 1 Jul 2009 12:06:27 +0000 Subject: [PATCH] - Fixed previous fix --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1