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

Author Committer Branch Timestamp Parent
lassoan lassoan master 2016-05-07 15:11:04 master afc8cba9
Changeset

BUG: Removed memory leaks in Python method calls

Py_DECREF(arguments) is called after each Python method calls from C++, but it was missing at a few places, so input arguments to Python method calls were leaked.

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

mod - Base/QTGUI/qSlicerScriptedLoadableModuleWidget.cxx Diff File
mod - Modules/Loadable/SubjectHierarchy/Widgets/qSlicerSubjectHierarchyScriptedPlugin.cxx Diff File