Fixed a small memory leak in one of the testcases.

This commit is contained in:
Philipp Möller 2012-04-17 12:17:23 +00:00
parent 3889dc2d7f
commit cdf47795ba
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ _test_cls_hierarchy_2()
h.remove_constraint(v[3],v[4]);
// h.print();
for(int i=0; i <10; i++) { delete v[i];}
return;
}