<div dir="ltr">Yes, I'd suspect the memory is getting freed twice - that's what "<span style="font-size:12.8px">pointer being freed was not allocated" probably means.</span><div><span style="font-size:12.8px">It's likely that both </span><span style="font-size:12.8px">vtkIdList and numpy think they own the memory, and can free it. </span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I'm not finding a reference on how to fix this issue, however. Could be this blob series might suggest a better approach:</span></div><div><span style="font-size:12.8px"><a href="https://blog.kitware.com/improved-vtk-numpy-integration/">https://blog.kitware.com/improved-vtk-numpy-integration/</a></span><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">HTH,</span></div><div><span style="font-size:12.8px">Aron</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 28, 2017 at 2:35 PM, foufara via vtkusers <span dir="ltr"><<a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you Andy for that quick answer.<br>
As I understand the message, yes this has to do with a bad usage of memory.<br>
But the message is odd. It says that my vtkIdList has been allocated at the<br>
time of freeing it, even though it seemed to work well giving me the rights<br>
Ids…How can it be ?<br>
And the error occurs at the time of quitting Python. So the memory has to be<br>
freed at that time…<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/VtkIdList-and-SetArray-allocation-error-tp5743017p5743019.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/VtkIdList-and-SetArray-<wbr>allocation-error-<wbr>tp5743017p5743019.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>