mirror of
https://github.com/octoleo/restic.git
synced 2025-01-09 17:33:56 +00:00
pack: Close encrypting writer on error
This commit is contained in:
parent
77a819a925
commit
a40299fa24
@ -141,6 +141,7 @@ func (p *Packer) Finalize() (int64, error) {
|
|||||||
|
|
||||||
err := binary.Write(wr, binary.LittleEndian, entry)
|
err := binary.Write(wr, binary.LittleEndian, entry)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
wr.Close()
|
||||||
return int64(n), err
|
return int64(n), err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user