Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed memory leak @ FibonacciHeap
  • Loading branch information
lisitsyn committed Sep 26, 2011
1 parent 32b654e commit af3211a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/lib/FibonacciHeap.cpp
Expand Up @@ -56,6 +56,7 @@ CFibonacciHeap::~CFibonacciHeap()
delete nodes[i];
}
SG_FREE(nodes);
SG_FREE(A);
}

void CFibonacciHeap::insert(int32_t index, float64_t key)
Expand Down

0 comments on commit af3211a

Please sign in to comment.