jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
590 stars 149 forks source link

Fix resource leaks in load/save #64

Closed huitseeker closed 9 years ago

huitseeker commented 9 years ago

Inner resource (File(Input|Output)Stream) was not closed. This is one place where dropping source compatibility with 1.5 would help, allowing for try-with-resource.

mikiobraun commented 9 years ago

I see! ;)

You life, you learn...!

Man, I still remember when 1.5 came out. And not it's antique ;) Ok, just checked, that was something like ten years ago ;D

-M