Ticket #134 (new bug report)

Opened 2 years ago

dijkstra path variable never freed

Reported by: javimena2 Owned by: somebody
Priority: major Milestone: Version 1.1
Component: Dijkstra Version: 1.03
Keywords: leak Cc:

Description

There is a memory leak in the function shortest_path, because the variable path which is allocated using malloc (not palloc) in boost_wrapper is never freed.

Note: See TracTickets for help on using tickets.