KelSolaar / sIBL_GUI

sIBL_GUI - HDRI Lighting with Smart IBL.
http://www.hdrlabs.com/
GNU General Public License v3.0
27 stars 6 forks source link

Investigate memory leak related to circular references in "foundations.dataStuctures.Structure" class. #141

Closed KelSolaar closed 12 years ago

KelSolaar commented 12 years ago

http://stackoverflow.com/questions/8687904/circular-referenced-objects-not-getting-garbage-collected

KelSolaar commented 12 years ago

This is a know Python issue: http://bugs.python.org/issue1469629 and has been fixed by refactoring the "foundations.dataStuctures.Structure" class.