fixes locking issue preventing reload
This commit is contained in:
@@ -178,7 +178,6 @@ public class FtrDbLoader implements IWaveformDbLoader {
|
||||
*/
|
||||
@Override
|
||||
public void load(File file) throws InputFormatException {
|
||||
dispose();
|
||||
this.file=file;
|
||||
try {
|
||||
fis = new FileInputStream(file);
|
||||
|
||||
Reference in New Issue
Block a user