Merge branch 'master' into 'master'
IndexV1Updater: Closing JarFile on end of use. Closes issue #1382. Closes #1382 See merge request fdroid/fdroidclient!819
This commit is contained in:
commit
5a3e9f2f58
@ -200,6 +200,7 @@ public class IndexV1Updater extends IndexUpdater {
|
||||
InputStream indexInputStream = new ProgressBufferedInputStream(jarFile.getInputStream(indexEntry),
|
||||
processIndexListener, (int) indexEntry.getSize());
|
||||
processIndexV1(indexInputStream, indexEntry, cacheTag);
|
||||
jarFile.close();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user