Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At times, PDFMiner does not initialise all of the cleanup attributes. This can lead to subtle `AttributeError` bugs that application devs can't fix. Instead of using `del self.attr`, we now simply assign all attributes to `None`. This has the effect of freeing memory upon garbage collection while avoiding tedious errors being thrown.
- Loading branch information