Skip to content

Commit e2dd4df

Browse files
committed
Fix pdo_sqlite_create_aggregate_internal too
1 parent 938bbb8 commit e2dd4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_sqlite/sqlite_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ void pdo_sqlite_create_aggregate_internal(INTERNAL_FUNCTION_PARAMETERS)
571571
ZEND_PARSE_PARAMETERS_END_EX(goto error;);
572572

573573
dbh = Z_PDO_DBH_P(ZEND_THIS);
574-
PDO_CONSTRUCT_CHECK;
574+
PDO_CONSTRUCT_CHECK_WITH_CLEANUP(error);
575575

576576
H = (pdo_sqlite_db_handle *)dbh->driver_data;
577577

0 commit comments

Comments
 (0)