Import 2017-06-07 23:51:09: master acf259aa

Author Committer Branch Timestamp Parent
lassoan lassoan master 2017-05-31 11:58:46 master ef7d83d3
Changeset

BUG: Removed memory leaks using GetNodesByClass from Python

GetNodesByClass creates a new collection that the caller has to take ownership of (the caller will have to delete).
Python automatically adds a reference, so we have to call UnRegister to remove the extra reference.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@26062 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Base/Python/sitkUtils.py Diff File
mod - Libs/MRML/Core/Documentation/generate_default_color_node_property_table.py Diff File
mod - Modules/Scripted/DICOMLib/DICOMExportScene.py Diff File
mod - Modules/Scripted/EditorLib/LabelStructureListWidget.py Diff File