Bug fixed
This commit is contained in:
parent
ba2814a5d4
commit
8e2681fdff
|
@ -343,7 +343,7 @@ public class ArchiveInputStream extends InputStream {
|
||||||
public void close() throws IOException {
|
public void close() throws IOException {
|
||||||
softDeviceBytes = null;
|
softDeviceBytes = null;
|
||||||
bootloaderBytes = null;
|
bootloaderBytes = null;
|
||||||
softDeviceBytes = null;
|
applicationBytes = null;
|
||||||
softDeviceAndBootloaderBytes = null;
|
softDeviceAndBootloaderBytes = null;
|
||||||
softDeviceSize = bootloaderSize = applicationSize = 0;
|
softDeviceSize = bootloaderSize = applicationSize = 0;
|
||||||
currentSource = null;
|
currentSource = null;
|
||||||
|
|
Loading…
Reference in New Issue