Chromium Code Reviews| Index: tests/Matrix44Test.cpp |
| =================================================================== |
| --- tests/Matrix44Test.cpp (revision 8291) |
| +++ tests/Matrix44Test.cpp (working copy) |
| @@ -104,6 +104,8 @@ |
| REPORTER_ASSERT(reporter, testMatrix == placeholderMatrix); |
| REPORTER_ASSERT(reporter, testMatrix->isIdentity()); |
| REPORTER_ASSERT(reporter, *testMatrix == SkMatrix44::I()); |
| + |
| + delete placeholderMatrix; |
| } |
| static void test_translate(skiatest::Reporter* reporter) { |