Ticket #1493 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

polybori_m4ri_free.hg Download (1.3 KB) - added by burcin 5 years ago.

Change History

Changed 5 years ago by burcin

comment:1 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

Merged in 2.9.alpha7.

Note: See TracTickets for help on using tickets.