Potentially fixed a long-standing error that caused the cache
commitbee086761f1d7609b18d6f2c4d28f86608dc52f0
authorAlbert Cardona <acardona@ini.phys.ethz.ch>
Mon, 7 Nov 2011 20:02:04 +0000 (7 15:02 -0500)
committerAlbert Cardona <acardona@ini.phys.ethz.ch>
Mon, 7 Nov 2011 20:02:04 +0000 (7 15:02 -0500)
treee01f0310a41f131afdc117404a7df411aeb7c768
parent5a9b77c11184e50c3406f011f484c7dcc2cbe93a
Potentially fixed a long-standing error that caused the cache
from never releasing the ImagePlus instances that it stored.

Pyramid p = ...
Map<String,ImagePlusUsers> imps = ...
ImagePlusUsers u = imps.get(p);

Neither eclipse nor javac notice anything wrong above.
Of course 'u' is always null.
ini/trakem2/persistence/Cache.java