theodox/mGui

Reference leak in windows (maybe others)

Closed this issue · 1 comments

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

this is fixed in remove_keys