fixes locking issue preventing reload

This commit is contained in:
2024-01-23 17:34:56 +01:00
parent db640808f2
commit 523c266e8d
4 changed files with 13 additions and 8 deletions

View File

@@ -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);