| Issue 10: | Memory leak using vectors | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When we switched our solution to using vectors instead of link lists, we did not know how to delete vectors from the heap. As we predicted, we had a huge memory leak. The good new is our algoritm works, we just need to figure out a way to solve our memory problem. UNRESOLVED
Feb 11, 2012
Project Member
#1
tcstewar...@gmail.com
Feb 11, 2012
(No comment was entered for this change.)
Status:
Fixed
|