Skip to content
Snippets Groups Projects

fix genuine problem detected by cppcheck.

Merged Pedro Gonnet requested to merge cpp_check into master
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -659,6 +659,7 @@ static void repart_edge_metis(int partweights, int bothweights, int nodeID,
split_metis(s, nr_nodes, celllist);
/* Clean up. */
free(inds);
if (bothweights) free(weights_v);
free(weights_e);
free(celllist);
Loading