Skip to content

Commit 1fa15ab

Browse files
authored
Remove pointless call to zval_ptr_dtor() in sqlite3 (#17906)
This is IS_LONG.
1 parent a0e1ce1 commit 1fa15ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/sqlite3/sqlite3.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,6 @@ static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, c
21222122

21232123
/* Free local return and argument values */
21242124
zval_ptr_dtor(&retval);
2125-
zval_ptr_dtor(&argv[0]);
21262125
zval_ptr_dtor(&argv[1]);
21272126
zval_ptr_dtor(&argv[2]);
21282127
zval_ptr_dtor(&argv[3]);

0 commit comments

Comments
 (0)