[openrtm-commit:02321] r791 - trunk/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 1月 23日 (月) 18:23:01 JST
Author: miyamoto
Date: 2017-01-23 18:23:01 +0900 (Mon, 23 Jan 2017)
New Revision: 791
Modified:
trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py
Log:
[compat,bugfix] refs #3873
Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py 2017-01-23 07:27:48 UTC (rev 790)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ManagerServant.py 2017-01-23 09:23:01 UTC (rev 791)
@@ -124,7 +124,8 @@
del guard_slave
del guard_master
- self._objref._release()
+ if self._objref:
+ self._objref._release()
return
More information about the openrtm-commit
mailing list