mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-15 04:07:51 +00:00
Jarrod Johnson
0b26d12837
Fix memory leaks
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.
Description
Languages
Python
80.4%
Shell
15.6%
C
3.6%
Perl
0.3%