mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:10:15 +01:00
e8cda598ac
* 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