mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 18:24:49 -05:00
* 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