fixed missing lock

This commit is contained in:
2021-12-02 10:16:44 +01:00
parent bafb7a3b83
commit 0690ec28d2

View File

@@ -364,6 +364,7 @@ func (b *BuildManager) parseWorker() {
b.queuedLock.RUnlock()
continue
}
b.queuedLock.RUnlock()
b.queuedLock.Lock()
b.queued[pkg.March]++
b.queuedLock.Unlock()