Skip to content

Commit c82b47d

Browse files
committed
Use existent GC macro
1 parent 7bf9192 commit c82b47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo/pdo_dbh.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ static void dbh_free(pdo_dbh_t *dbh, bool free_persistent)
13771377
}
13781378

13791379
if (dbh->def_stmt_ctor_args) {
1380-
GC_DTOR_NOGC(dbh->def_stmt_ctor_args);
1380+
GC_DTOR_NO_REF(dbh->def_stmt_ctor_args);
13811381
}
13821382

13831383
for (i = 0; i < PDO_DBH_DRIVER_METHOD_KIND__MAX; i++) {

0 commit comments

Comments
 (0)