mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +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.