Skip to content

Commit a04c4c1

Browse files
committed
Modified the comment
1 parent 05809c6 commit a04c4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/pdo_sqlsrv/pdo_stmt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ int pdo_sqlsrv_stmt_dtor( _Inout_ pdo_stmt_t *stmt TSRMLS_DC )
500500
return 1;
501501
}
502502

503-
// if stmt->dbh->driver_data is already freed and but its driver_data is not
503+
// occasionally stmt->dbh->driver_data is already freed and reset but its driver_data is not
504504
if (stmt->dbh != NULL && stmt->dbh->driver_data == NULL) {
505505
stmt->driver_data = NULL;
506506
return 1;

0 commit comments

Comments
 (0)