mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove pointless call to zval_ptr_dtor() in sqlite3 (#17906)
This is IS_LONG.
This commit is contained in:
parent
a0e1ce1b57
commit
1fa15abe92
1 changed files with 0 additions and 1 deletions
|
@ -2122,7 +2122,6 @@ static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, c
|
||||||
|
|
||||||
/* Free local return and argument values */
|
/* Free local return and argument values */
|
||||||
zval_ptr_dtor(&retval);
|
zval_ptr_dtor(&retval);
|
||||||
zval_ptr_dtor(&argv[0]);
|
|
||||||
zval_ptr_dtor(&argv[1]);
|
zval_ptr_dtor(&argv[1]);
|
||||||
zval_ptr_dtor(&argv[2]);
|
zval_ptr_dtor(&argv[2]);
|
||||||
zval_ptr_dtor(&argv[3]);
|
zval_ptr_dtor(&argv[3]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue