mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2026-04-25 15:28:30 +02:00
This moves all the de-init code into kill(), which fixes a few reference issues causing processes to hang around longer than desired. If the process terminates on its own and/or the last reference is lost __del__ will kill the process and clean up.