Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory leak in glpk interface #125

Open
cdiener opened this issue Aug 4, 2017 · 0 comments
Open

memory leak in glpk interface #125

cdiener opened this issue Aug 4, 2017 · 0 comments
Labels
Milestone

Comments

@cdiener
Copy link
Member

cdiener commented Aug 4, 2017

swiglpk requires that a problem created with glp_problem is eventually freed with glp_delete_prob. Otherwise only the pointer to the problem will be deleted but not the actual problem matrices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants