mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 07:18:21 +02:00
delete AngularConstraints at end of tests
This commit is contained in:
parent
5934ee5b22
commit
c3f7d9d155
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,7 @@ void AngularConstraintTests::testHingeConstraint() {
|
|||
<< " ERROR: HingeConstraint rotation = " << newRotation << " but expected " << expectedRotation << std::endl;
|
||||
}
|
||||
}
|
||||
delete c;
|
||||
}
|
||||
|
||||
void AngularConstraintTests::testConeRollerConstraint() {
|
||||
|
@ -466,6 +467,7 @@ void AngularConstraintTests::testConeRollerConstraint() {
|
|||
<< " ERROR: rotation = " << newRotation << " but expected " << expectedRotation << std::endl;
|
||||
}
|
||||
}
|
||||
delete c;
|
||||
}
|
||||
|
||||
void AngularConstraintTests::runAllTests() {
|
||||
|
|
Loading…
Reference in a new issue