Skip to content

Commit

Permalink
Merge pull request #453 from robotools/removeAttributeOnDelete
Browse files Browse the repository at this point in the history
  • Loading branch information
typesupply authored Feb 21, 2024
2 parents b21525a + 665311e commit 104f9c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Lib/defcon/objects/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ def _init(self):

def __del__(self):
self.endSelfNotificationObservation()
self._dispatcher = None
self._dataOnDisk = None
self._dataOnDiskTimeStamp = None
self._undoManager = None
self._representations = None

# ------
# Parent
Expand Down

0 comments on commit 104f9c2

Please sign in to comment.