Skip to content

Commit ae58419

Browse files
authored
Merge pull request #6355 from jedevc/add-missing-unlock
2 parents e7fa8f8 + 201e78f commit ae58419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/gateway/gateway.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,7 @@ func (lbf *llbBridgeForwarder) Solve(ctx context.Context, req *pb.SolveRequest)
825825
for _, att := range atts {
826826
pbAtt, err := gwclient.AttestationToPB(&att)
827827
if err != nil {
828+
lbf.mu.Unlock()
828829
return nil, err
829830
}
830831

0 commit comments

Comments
 (0)