- Fixed previous fix

This commit is contained in:
Felipe Pena 2009-07-01 12:06:27 +00:00
parent 86514c4102
commit f06342f3b5

View File

@ -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);