Skip to content

Commit fa0b1c5

Browse files
authored
Merge branch 'main' into stack/PECOBLR-1381-1382-telemetry-phase6-7
2 parents 27e2a0f + d125096 commit fa0b1c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connection.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ func (c *conn) execStagingOperation(
600600
if err != nil {
601601
return dbsqlerrint.NewDriverError(ctx, "error reading row.", err)
602602
}
603+
defer row.Close()
603604

604605
} else {
605606
return dbsqlerrint.NewDriverError(ctx, "staging ctx must be provided.", nil)

0 commit comments

Comments
 (0)