<div dir="ltr"><div><div><div><div><div><div>Hello all<br></div>I&#39;m having some troubles trying to detect some leak in my program:<br></div>I&#39;m using vtk5.10.1 on ubuntu:<br></div>using memcheck I finally arrive at this point:<br>
9,720,000 bytes in 1 blocks are possibly lost in loss record<br><br>0x64C086D: vtkDataArrayTemplate&lt;float&gt;::Allocate(long long, long long) (vtkDataArrayTemplate.txx:138)<br>  <br>      vtkIdType newSize = (sz &gt; 0 ? sz : 1);<br>
      this-&gt;Array = static_cast&lt;T*&gt;(malloc(static_cast&lt;size_t&gt;(newSize)<br>                                           * sizeof(T)));<br>      if(this-&gt;Array==0)<br><br><br></div>Any guess what could be the problem?<br>
<br></div>Thank you<br><br></div>Marco<br></div>