Cosmetics, and added glp_free_env so that valgrind will not complain.
[clueless-kmeans.git] / clueless-kmean.cc
index 16f7691..13d9624 100644 (file)
@@ -109,4 +109,6 @@ int main(int argc, char **argv) {
   }
 
   delete[] associated_clusters;
+
+  glp_free_env(); // I do not want valgrind to complain
 }