Fixed retval with zend_call_method

This commit is contained in:
Xinchen Hui 2014-06-29 19:07:06 +08:00
parent 477f565f80
commit a94ec141fe
2 changed files with 6 additions and 8 deletions

View file

@ -436,7 +436,7 @@ U_CFUNC PHP_FUNCTION(intltz_get_id)
id_us.getBuffer(), id_us.length(), TIMEZONE_ERROR_CODE_P(to));
INTL_METHOD_CHECK_STATUS(to, "intltz_get_id: Could not convert id to UTF-8");
RETURN_STRINGL(id, id_len);
RETVAL_STRINGL(id, id_len);
//???
efree(id);
}