<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=KOI8-R">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Denis Shamonin wrote:<br>
<blockquote type="cite" cite="mid3FA912E0.3090700@science.uva.nl">
  <meta content="text/html;" http-equiv="Content-Type">
  <title></title>
Hi Amy,<br>
  <br>
There is critical memory leak with vtkInteractorStyleRubberBandZoom.<br>
Always happen very soon during playing with
vtkInteractorStyleRubberBandZoom in combination Reset View.<br>
</blockquote>
Yeah.... :)<br>
<br>
void vtkInteractorStyleRubberBandZoom::OnMouseMove()<br>
{<br>
...<br>
...<br>
tmpPixelArray-&gt;Delete();<br>
}<br>
<br>
But anyway this is not all what need to be fix.<br>
<pre cols="72" class="moz-signature">-- 
Denis Shamonin
Section Computational Science
University of Amsterdam
Kruislaan 403, 1098 SJ Amsterdam
the Netherlands
<a class="moz-txt-link-freetext"
 href="http://carol.wins.uva.nl/%7Edshamoni/">http://carol.wins.uva.nl/~dshamoni/</a></pre>
</body>
</html>