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:
parent
bb27cea54c
commit
80ff2fe140
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user