Ticket #36 (assigned defect)
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
Note: See
TracTickets for help on using
tickets.
