Skip to content

Commit 58ed4a0

Browse files
committed
fix race
1 parent 911f1c4 commit 58ed4a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlite3.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,6 @@ func (rc *SQLiteRows) Next(dest []driver.Value) error {
10481048
if rv != C.SQLITE_OK {
10491049
return rc.s.c.lastError()
10501050
}
1051-
rc.s.mu.Unlock()
10521051
return nil
10531052
}
10541053

0 commit comments

Comments
 (0)