mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-21 04:51:04 +00:00
For one, configmanager was left with stale callback references, clean those up. For another, the callback pattern was creating a circular reference that python memory management couldn't overcome. Break the reference explicity when an item is disposed of.