Skip to content

Commit

Permalink
Fixed memory leak at KLTSA
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Oct 7, 2011
1 parent 8d47d14 commit a4454cb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -141,6 +141,7 @@ SGMatrix<float64_t> CKernelLocalTangentSpaceAlignment::construct_weight_matrix(S
SG_FREE(local_gram_matrix);
SG_FREE(ev_vector);
SG_FREE(G_matrix);
kernel_matrix.destroy_matrix();

for (int32_t i=0; i<N; i++)
{
Expand Down

0 comments on commit a4454cb

Please sign in to comment.