mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-11 12:06:26 +00:00
0b26d12837
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.