Re: Out of memory (sooner or later...)
Posted by
Marco Bravi on
Mar 21, 2007; 8:08pm
URL: http://imagej.273.s1.nabble.com/Out-of-memory-sooner-or-later-tp3699999p3700001.html
Il giorno mer, 21/03/2007 alle 13.07 -0500, Wayne Rasband ha scritto:
> it appears that one window was not getting closed.
> Adding
>
> // close all image windows
> while (nImages>0) {
> selectImage(nImages);
> close();
> }
>
> to the end of the loop seems to fix the problem.
Thanks a lot for your help, Wayne (as well as Volker and Michael) for
your helpful hand. The problem is now solved. Hope to be able for
somebody else myself soon!
Bye,
Marco