mirror of
https://github.com/xcat2/confluent.git
synced 2026-07-28 00:29:41 +00:00
09c239b294
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.