Bug fixed

This commit is contained in:
Aleksander Nowakowski 2019-02-20 12:52:43 +01:00
parent ba2814a5d4
commit 8e2681fdff
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ public class ArchiveInputStream extends InputStream {
public void close() throws IOException {
softDeviceBytes = null;
bootloaderBytes = null;
softDeviceBytes = null;
applicationBytes = null;
softDeviceAndBootloaderBytes = null;
softDeviceSize = bootloaderSize = applicationSize = 0;
currentSource = null;