78d7be4aeb
In applyTar, if the driver's ApplyDiff returns an error, the function returns early without calling io.Copy. As a consequence, the resources (a goroutine and some buffers holding the uncompressed image, the digest, etc...) allocated or referenced by NewInputTarStream above aren't released, as the worker goroutine only finishes when it finds EOF or a closed pipe. Signed-off-by: Sergio Lopez <slp@redhat.com> (cherry picked from commit 5846db10af9fb37061ab92a07c3d82fbea92b2e0) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: f660ef2c25590f21fdd10357c08a542a4876d6c3 Component: engine