Ticket #1493 (closed defect: fixed)
polybori doesn't free m4ri data on exit
| Reported by: | burcin | Owned by: | burcin |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.9 |
| Component: | memleak | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
The polybori wrapper initializes m4ri by building some tables, but this is not freed on exit. As polybori is now imported from top level, this shows up as still reachable memory on valgrind for every sage session.
The bundle attached fixes this, along with a minor modification to remove a workaround for a polybori bug which is now fixed.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

