<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - memory leak with python script"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1203#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_CONFIRMED "
   title="CONFIRMED - memory leak with python script"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1203">bug 1203</a>
              from <span class="vcard"><a class="email" href="mailto:aryeh@cc.huji.ac.il" title="Aryeh Weiss <aryeh@cc.huji.ac.il>"> <span class="fn">Aryeh Weiss</span></a>
</span></b>
        <pre>adding inputIp=None works with my minimal script.

However, in my full script (which I sent to mark), it does not reduce the
"stuck" memory below about 2GB. Here is a snippet:

inputIp = inputImp.getProcessor()
inputImp.setTitle(inputPrefix+"_mono")
monoTitle = inputImp.getTitle()

rf = RankFilters()
rf.rank(inputIp, 1, RankFilters.MEDIAN)

inputIp = None

I get the processor in order to run the RankFilter.

Perhaps something else which I do allocates ImageProcessors, and I cannot free
these since I do not have access to them.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>