mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix some ZTS issues and leaks
This commit is contained in:
parent
c6eba25571
commit
f449b04713
5 changed files with 10 additions and 3 deletions
|
@ -1149,7 +1149,7 @@ ZEND_FUNCTION(method_exists)
|
|||
&& memcmp(lcname->val, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0) ? 1 : 0);
|
||||
|
||||
STR_FREE(lcname);
|
||||
STR_FREE(func->common.function_name);
|
||||
STR_RELEASE(func->common.function_name);
|
||||
efree(func);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue