Skip to content

Commit

Permalink
sos: comment: not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jul 24, 2024
1 parent 9e89d66 commit 723649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ func (r *Reader) Close() {
return
}

<-r.done // wait for loop()
<-r.done // wait for loop
r.sos.rrefs.Add(-1)
r.on.Store(0)
}
Expand Down

0 comments on commit 723649f

Please sign in to comment.