3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-25 17:59:25 +01:00

auto-t: iwd.py: release namespace on IWD close

This commit is contained in:
James Prestwood 2021-02-25 14:00:55 -08:00 committed by Denis Kenzior
parent bb27cea54c
commit 80ff2fe140

View File

@ -989,6 +989,8 @@ class IWD(AsyncOpAbstract):
self.namespace.stop_process(self._iwd_proc) self.namespace.stop_process(self._iwd_proc)
self._iwd_proc = None self._iwd_proc = None
self.namespace = None
@property @property
def _object_manager(self): def _object_manager(self):
if self._object_manager_if is None: if self._object_manager_if is None: