fix apparent paste-buffer corruption

This commit is contained in:
David Rose 2001-09-04 22:14:27 +00:00
parent cb2b3a81e1
commit fd5ccdb154
1 changed files with 1 additions and 1 deletions

View File

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