mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
16101b56fe
Unlocking the different elements in cache flusher was deferred to the end of the function. Unfortunately, being a for loop wrapped in a goroutine, deferred were never executed.