Skip to content

Commit

Permalink
refs #10998. Delete pointer.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jan 30, 2015
1 parent a593146 commit 88c4e05
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -91,6 +91,7 @@ class PeakShapeSphericalFactoryTest : public CxxTest::TestSuite {
TS_ASSERT(sphericalShapeProduct);

TS_ASSERT_EQUALS(sourceShape, *sphericalShapeProduct);
delete productShape;
}
};

Expand Down

0 comments on commit 88c4e05

Please sign in to comment.