Quan-Zhi / k-shortest-paths

Automatically exported from code.google.com/p/k-shortest-paths
0 stars 0 forks source link

Memory Leak with m_candidatePathsSet in QYKShortestPath.cpp #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run the program as normal.

What is the expected output? What do you see instead?
The data in m_candidatePathsSet should be deleted in the destructor for the
QYKShortestPath class.

What version of the product are you using? On what operating system?
I am using version 1.0.3 of the project. I am running Windows XP with
Microsoft Visual Studio .NET 2003.

Please provide any additional information below.

Original issue reported on code.google.com by timothya...@gmail.com on 17 Feb 2009 at 8:10