theodox / mGui

Python module for cleaner maya GUI layout syntax
MIT License
123 stars 23 forks source link

Reference leak in windows (maybe others) #13

Closed theodox closed 8 years ago

theodox commented 10 years ago

it seems impossible to trigger a del on a class derived from Window, at least if there are events attached to it. Somebody other than event handler is maintaining a link to the class and thus even del(self) does not remove it from memory. This should be cleaned up ASAP

theodox commented 8 years ago

this is fixed in remove_keys