Skip to content

Commit 58e9a18

Browse files
authored
Close temporary file (#249)
1 parent c8624b2 commit 58e9a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/appstore/appstore_replicate_sinf.go

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func (t *appstore) ReplicateSinf(input ReplicateSinfInput) error {
7171

7272
zipReader.Close()
7373
zipWriter.Close()
74+
tmpFile.Close()
7475

7576
err = t.os.Remove(input.PackagePath)
7677
if err != nil {

0 commit comments

Comments
 (0)