Archives Nov. 26, 2004
A new PyDispatcher release (Hopefully this fixes the memory leak in Cinemon..)
Written by
on
in
Snaking.
Found a memory leak in how Dispatcher deals with it's back-reference table. Basically it would allow you to replace a registratation of a receiver, but would not remove the replaced receiver's back-references. It also wasn't removing the back-reference when a signal was explicitly disconnected.
Both of those operations are fairly rare, but Cinemon does them ...!-->!-->