mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
* Fix memory leak in dhcp integration Passing the L2socket to AsyncSniffer caused a memory leak on some systems. To ensure we can create a socket, we do a test creation before starting AsyncSniffer since the sniffer will create it in another thread and we cannot see any permission error otherwise. * Update tests * space * do not store packets