mirror of
https://github.com/home-assistant/core.git
synced 2026-06-06 15:36:51 +01:00
a2dae60170
* Fix memory leak in dispatcher removal When we removed the last job/callable from the dict for the signal we did not remove the dict for the signal which meant it leaked * comment * cleanup a bit more