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
1 changed files with 2 additions and 0 deletions

View File

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