Browse Source

fix apparent paste-buffer corruption

David Rose 24 years ago
parent
commit
fd5ccdb154
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/CRCache.py

+ 1 - 1
direct/src/distributed/CRCache.py

@@ -77,5 +77,5 @@ class CRCache:
         del(self.dict[doId])
         del(self.dict[doId])
         self.fifo.remove(distObj)
         self.fifo.remove(distObj)
         # and delete it
         # and delete it
-        oldestDistObj.delete()
+        distObj.delete()