Ticket #36 (assigned defect)

Opened 3 years ago

Last modified 2 years ago

memory leak in mt_mlist

Reported by: zork Owned by: zork
Priority: minor Milestone: 2.0
Component: Archive interface Version: 1.2.x
Keywords: Cc:

Description

mt_mlist is allocating memory every time add is called instead of reusing allready allocated leafs with name set to NULL. This causes rutime memory leak, because this list is constantly growing when using dba::Stream.

It is better to replace implementation of this list with std::vector.

Change History

comment:1 Changed 2 years ago by zork

  • Status changed from new to assigned

comment:2 Changed 2 years ago by zork

  • Milestone changed from 1.4 to 2.0

Best to do it with store table changes

Note: See TracTickets for help on using tickets.