Browse Source

*** empty log message ***

Jesse Schell 25 years ago
parent
commit
1511097112
1 changed files with 2 additions and 1 deletions
  1. 2 1
      direct/src/distributed/ClientRepository.py

+ 2 - 1
direct/src/distributed/ClientRepository.py

@@ -219,7 +219,8 @@ class ClientRepository(DirectObject.DirectObject):
             del(self.doId2cdc[doId])
             # Sanity check the dictionaries
             assert(len(self.doId2do) == len(self.doId2cdc))
-            # Delete the object itself
+            # Disable and Delete the object itself
+            obj.disable()
             obj.delete()
         # If it is in the cache, remove it.
         elif self.cache.contains(doId):