nvda
a0dadea9 - virtual buffers: wx.CallLater has a __del__ and holds a reference to the function it should execute. For the load progress CallLater, this is a method on the buffer. Therefore, delete the CallLater when we're done with it so it doesn't cause an uncollectable circular reference. Fixes nasty memory leaks in virtual buffers.

Commit
16 years ago
virtual buffers: wx.CallLater has a __del__ and holds a reference to the function it should execute. For the load progress CallLater, this is a method on the buffer. Therefore, delete the CallLater when we're done with it so it doesn't cause an uncollectable circular reference. Fixes nasty memory leaks in virtual buffers.
Author
Parents
Loading