Ticket #6581 (closed defect: fixed)
[PATCH] memory leak in svn_fs.py
| Reported by: | Daniel Wallin <daniel@…> | Owned by: | jruigrok |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | version control | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by cboos) (diff)
There's a reference cycle between SubversionRepository and RealSubversionAuthorizer that isn't collectable because of the __del__ method on SubversionRepository. The attached patch fixes the problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


