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 {
|
||||
softDeviceBytes = null;
|
||||
bootloaderBytes = null;
|
||||
softDeviceBytes = null;
|
||||
applicationBytes = null;
|
||||
softDeviceAndBootloaderBytes = null;
|
||||
softDeviceSize = bootloaderSize = applicationSize = 0;
|
||||
currentSource = null;
|
||||
|
|
Loading…
Reference in New Issue