Skip to content

Commit

Permalink
Fix memory leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed May 26, 2022
1 parent d49611c commit 2d64520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data_placement_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ Status MinimizeIoTimePlacement(const std::vector<size_t> &blob_sizes,
output.push_back(schema);
}
glp_delete_prob(lp);
glp_free_env();
return result;
}

Expand Down

0 comments on commit 2d64520

Please sign in to comment.