Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed memleak in mds
  • Loading branch information
lisitsyn committed May 7, 2012
1 parent b66f1ac commit 8539b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/converter/MultidimensionalScaling.cpp
Expand Up @@ -248,6 +248,7 @@ SGMatrix<float64_t> CMultidimensionalScaling::classic_embedding(SGMatrix<float64
}
}
SG_FREE(eigenvectors);
SG_FREE(eigenvalues_vector);
#endif /* HAVE_ARPACK else */

// warn user if there are negative or zero eigenvalues
Expand Down

0 comments on commit 8539b0f

Please sign in to comment.