TEMPORARY hack to kill client crash. UNDO if when proper fix found

This commit is contained in:
Redmond Urbino 2008-05-01 04:28:45 +00:00
parent e7391fd489
commit 7d4e680002

View File

@ -251,8 +251,7 @@ class DistributedObject(DistributedObjectBase):
self.__callbacks = {}
if self.cr:
self.cr.closeAutoInterests(self)
self.setLocation(0,0)
if self.cr:
self.setLocation(0,0)
self.cr.deleteObjectLocation(self, self.parentId, self.zoneId)
def _destroyDO(self):