<div>Clicking on a leaf node for a composite dataset will cause paraview to crash in the master branch.</div><div><br></div><div>To reproduce:</div><div>    Sphere Source</div><div>    Group Datasets</div><div>    Click on Information in Object inspector</div>
<div>    Click on the leaf node [ it crashes here ]</div><div><br></div><div>if you set a breakpoint at pqProxyInformationWidget.cxx:468 it will show where the pointer to vtkPVInformationWidget is stored in the QTreeWidgetItem - the second stop in the steps above is the leaf node for the dataset.  If you then set a breakpoint in ~vtkPVDataInformation you can see where it is deleted (but not removed from the QTreeWidgetItem).  It was obvious to me what should be happening here.</div>
<div><br></div><div>Regards,</div><div>Paul</div><div><br></div><div>BTW I&#39;ve submitted to mantis - 12571</div>