Ticket #249 (closed defect: fixed)
possible svn_pool leak in trac.real_main
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7 |
| Component: | general | Version: | 0.6.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
At the end of trac.real_main the svn_pool is destroyed and the repo connection is shut down. If module.run throws an exception, isn't this going to get skipped? I don't know Python that well, so maybe it gets cleaned up as the variables are popped of the call stack or something.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


