Skip to content
Snippets Groups Projects
Commit 1a6dfcdd authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

delete mesh object

parent 44ef8bed
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,8 @@ int main (int argc, char* argv[]) ...@@ -92,6 +92,8 @@ int main (int argc, char* argv[])
meshIO.setMesh(new_mesh); meshIO.setMesh(new_mesh);
meshIO.writeToFile(mesh_out.getValue()); meshIO.writeToFile(mesh_out.getValue());
delete new_mesh;
delete custom_format; delete custom_format;
delete logog_cout; delete logog_cout;
LOGOG_SHUTDOWN(); LOGOG_SHUTDOWN();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment