mcberk / wrapitk

Automatically exported from code.google.com/p/wrapitk
0 stars 0 forks source link

itk.auto_progress() may produce memory leaks #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

itk.auto_progress() may produce memory leaks because it the itk object is
referenced with a closure in the python function and the python function is
referenced in the itk object.
Possible fix: make itkCommand derivable with a swig director.

Original issue reported on code.google.com by gaetan.l...@gmail.com on 7 Feb 2009 at 1:20