Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed memleak in slep solver
  • Loading branch information
lisitsyn committed Aug 30, 2012
1 parent 4c43de1 commit 80fee54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/lib/slep/slep_solver.cpp
Expand Up @@ -720,7 +720,7 @@ slep_result_t slep_solver(
}
SG_SINFO("Finished %d iterations, objective = %f\n", iter, func);

//SG_FREE(ATx);
SG_FREE(ATx);
SG_FREE(wp);
SG_FREE(wwp);
SG_FREE(s);
Expand Down

0 comments on commit 80fee54

Please sign in to comment.