Skip to content
Snippets Groups Projects
Commit b5f6fe94 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

fix mismatched delete / new [] in >DivideAndConquer.cpp

parent fc849336
No related branches found
No related tags found
No related merge requests found
......@@ -734,7 +734,7 @@ int DocRecord::ConvertDListToTriangles()
for(int i = 0; i < n; i++)
delete [] striangle[i].t;
delete striangle;
delete []striangle;
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment