Skip to content

Commit

Permalink
Remove pointless call to zval_ptr_dtor() in sqlite3 (#17906)
Browse files Browse the repository at this point in the history
This is IS_LONG.
  • Loading branch information
nielsdos authored Feb 23, 2025
1 parent a0e1ce1 commit 1fa15ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/sqlite3/sqlite3.c
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,6 @@ static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, c

/* Free local return and argument values */
zval_ptr_dtor(&retval);
zval_ptr_dtor(&argv[0]);
zval_ptr_dtor(&argv[1]);
zval_ptr_dtor(&argv[2]);
zval_ptr_dtor(&argv[3]);
Expand Down

0 comments on commit 1fa15ab

Please sign in to comment.