<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:hinerm@gmail.com" title="Mark Hiner <hinerm@gmail.com>"> <span class="fn">Mark Hiner</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_FIXPENDING "
   title="FIXPENDING - memory leak with python script"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1203">bug 1203</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>CONFIRMED
           </td>
           <td>FIXPENDING
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_FIXPENDING "
   title="FIXPENDING - memory leak with python script"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1203#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_FIXPENDING "
   title="FIXPENDING - 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:hinerm@gmail.com" title="Mark Hiner <hinerm@gmail.com>"> <span class="fn">Mark Hiner</span></a>
</span></b>
        <pre>The problem is that EVERY variable you create in the script would have to be
manually closed ("None"d out).

Good news though: I have implemented a solution[1] that cleans up the Jython
variables after execution. For me it allows memory to be reclaimed after
running your test script, WITHOUT explicitly "None"ing the ImageProcessor.

Hopefully we can get this merged and uploaded to Fiji soon.


[1] <a href="https://github.com/scijava/scripting-jython/pull/7">https://github.com/scijava/scripting-jython/pull/7</a></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>