Updates
[debian/openrocket] / src / net / sf / openrocket / util / ConcurrentProgressMonitorInputStream.java
index 7fd5a8a91865193ee265604583853a596fd2e9cb..abe83978171a229b4a116a107a83f61cc68602bb 100644 (file)
@@ -130,6 +130,7 @@ public class ConcurrentProgressMonitorInputStream extends FilterInputStream {
        @Override
        public void close() throws IOException {
                in.close();
+        monitor.close();
        }