mirror of https://github.com/CGAL/cgal
Fixed a small memory leak in one of the testcases.
This commit is contained in:
parent
3889dc2d7f
commit
cdf47795ba
|
|
@ -135,6 +135,8 @@ _test_cls_hierarchy_2()
|
||||||
h.remove_constraint(v[3],v[4]);
|
h.remove_constraint(v[3],v[4]);
|
||||||
// h.print();
|
// h.print();
|
||||||
|
|
||||||
|
for(int i=0; i <10; i++) { delete v[i];}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue