Fix memory leak 25008

master
Liam Marshall 2015-05-15 13:15:31 -05:00
parent 306cece150
commit 4f1132e5a6
1 changed files with 1 additions and 0 deletions

View File

@ -424,6 +424,7 @@ void export_amf(const CGAL_Nef_polyhedron *root_N, std::ostream &output)
coords = strtok(NULL, " ");
output << " <z>" << coords << "</z>\r\n";
output << " </coordinates></vertex>\r\n";
delete[] chrs;
}
output << " </vertices>\r\n";
output << " <volume>\r\n";