<div dir="ltr"><div>I saw that but it does:<br>vtkMapper::vtkMapper()<br>: ArrayName(NULL)<br><br></div>so it should be fine.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 15, 2016 at 10:54 AM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Don't use SetArrayName in the constructor. Use<br>
this->ArrayName = NULL;<br>
<br>
Otherwise it will generate a Undefined Memory Read.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Thu, Dec 15, 2016 at 10:52 AM, Andy Bauer <<a href="mailto:andy.bauer@kitware.com">andy.bauer@kitware.com</a>> wrote:<br>
> It looks like many of them are in vtkMapper::SetArrayName(). I think it's<br>
> just missing a SetArrayName(NULL) in the destructor. I'll change that as my<br>
> good coding deed of the day :)<br>
><br>
> On Thu, Dec 15, 2016 at 10:27 AM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Folks,<br>
>><br>
>> Recent changes have resulted in over 5500 valgrind defects.<br>
>><br>
>> Needs attention.<br>
>><br>
>> Bill<br>
>><br>
>> --<br>
>> Unpaid intern in BillsBasement at noware dot 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<br>
>> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
>><br>
>> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtk-<wbr>developers</a><br>
>><br>
><br>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</div></div></blockquote></div><br></div>